-
I'm new to Smallrye, having used the Swagger annotations and a now dead Maven plugin. Well, "new" only for traditional JEE software, I've done a couple of Quarkus projects, and there everything works like a charm. I love Quarkus :-) Back to JEE: Migrating one REST service after another, from simple to complex, I'm stuck on Maven dying on me. Simple REST services work well, but now it's more complex with several Maven modules containing other REST services or base classes for the module being built. This is the last thing I see, and then the build hangs:
I see this kind of message also when building simple modules. I'm not quite sure how to configure the plugin to ignore classes. Maven debug output doesn't help any more. I see Can anyone help me? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Do you have a small project you can share that triggers the issue? I haven't seen/heard of it hanging like that before. Are you using version 3.11 of the plugin? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, all the small projects work despite the warning. I am using the version 3.11. Just guessing: If I could get rid of the warnings, perhaps the build would succeed? |
Beta Was this translation helpful? Give feedback.
-
I tried logging with Maven log level A successfull build also shows the warnings, but then ends with
So it probably dies in the scanning phase. Is there some way I can set the scanning to a more verbose logging? |
Beta Was this translation helpful? Give feedback.
-
Well, now that I started migrating to SmallRye for real, the problem didn't occur anymore. I suspect there was a problem somewhere in the dependency chain where I had dependencies on the Swagger annotations. |
Beta Was this translation helpful? Give feedback.
Well, now that I started migrating to SmallRye for real, the problem didn't occur anymore. I suspect there was a problem somewhere in the dependency chain where I had dependencies on the Swagger annotations.