You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/14 18:01:55 UTC

[GitHub] [camel-k] ppalaga commented on pull request #2832: feat(builder): Add Maven Daemon support

ppalaga commented on pull request #2832:
URL: https://github.com/apache/camel-k/pull/2832#issuecomment-993838282


   `quarkus-maven-plugin` is known to have issues on mvnd. Could you please add `-e` to the build command to see where exactly the issue happens? My wild guess is that this is a variant of https://github.com/quarkusio/quarkus/issues/21718 whose root cause is explained in https://github.com/quarkusio/quarkus/pull/21719#discussion_r763950863 
   So you may want try to add `<extensions>true</extensions>` to the `quarkus-maven-plugin` declaration in the generated pom.xml and see whether it helps. 
   Except for that, there is an option to instruct mvnd to evict some plugin's class loaders after a mvnd execution via `mvnd.pluginRealmEvictPattern`, see https://github.com/gnodet/mvnd/commit/9ed8647014c311e5711bb8c40afa7f6abc4ea5f4#diff-e65744bdec30df4a8c9692d35f97c28fef1e81af93a54a3d0dbf5f0a8e8abd88R246
   
   I am not sure myself about the syntax, I have filed https://github.com/mvndaemon/mvnd/issues/533 to clear with @gnodet 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org