famod commented on issue #1658: URL: https://github.com/apache/camel-quarkus/issues/1658#issuecomment-684065428
Status: First successful run with Quarkus! A change to `quarkus-bom` triggers 666 (😮) modules (instead of 690 for non-incremental build). 🎉 Nasty catch: `MavenProject.getDependencyManagement()` (for `quarkus-build-parent`) does _not_ contain the `quarkus-bom` dependency anymore! Took me some time to realize that I have to use the depMgmt of the "raw" model instead via `MavenProject.getOriginalModel().getDependencyManagement()`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org