jamesnetherton opened a new issue, #8734: URL: https://github.com/apache/camel-quarkus/issues/8734
The original intent was that all of the example projects are 'standalone', such that users can clone / copy them and work on them in isolation of the examples repo. Hence why they are 'parentless' and there's no root pom.xml they inherit from. We should be able to add a root pom.xml that contains only a set of `<module>` declarations and still keep the example projects parentless. Afterwards, we could remove the `mvnw-for-each.sh` scripts. Additional considerations: * `cq-maven-plugin:create-example` would need modifying so that the new example project gets added to the root pom.xml `<modules>` * The release guide will need modifying to remove `mvnw-for-each.sh` references The main motivation for this is to simplify the build and not require shell scripts etc. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
