ppalaga commented on issue #293: Think about consolidating enforcing rules URL: https://github.com/apache/camel-quarkus/issues/293#issuecomment-544418759 I assume with "tooling" you mean the maven plugin we have in our code base. Could you or anybody else please explain what is the benefit of having a single purpose plugin in the repo where it is run? Time-wise it is a clear disadvantage: having to compile and package the plugin each time to be able to execute it against our own code takes much longer than running an ad hoc groovy script. Only running clean install in the tooling directory takes 4.3 seconds on my machine. Plus the mojo runtime needs to be added. Substantial portions of the current plugin code seem to be identical with the code in main Camel repo. Maybe we should rather re-use the plugin from Camel?
---------------------------------------------------------------- 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 With regards, Apache Git Services