ppalaga commented on a change in pull request #1396: URL: https://github.com/apache/camel-quarkus/pull/1396#discussion_r443197697
########## File path: extensions-core/caffeine-lrucache/runtime/pom.xml ########## @@ -52,39 +52,21 @@ <build> <plugins> - <plugin> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-package-maven-plugin</artifactId> - <executions> - <execution> - <id>update-extension-doc-page</id> - <goals><goal>update-extension-doc-page</goal></goals> - <phase>process-classes</phase> - </execution> - </executions> - </plugin> - <plugin> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-bootstrap-maven-plugin</artifactId> - </plugin> Review comment: Removing the dupicate quarkus-bootstrap-maven-plugin would be fine, but why are you removing also `camel-quarkus-package-maven-plugin`? ---------------------------------------------------------------- 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