ppalaga opened a new issue #112: Add a parent pom for end user applications URL: https://github.com/apache/camel-quarkus/issues/112 The background story is that I am trying to write a user guide which is very hard without working examples. We could actually use our existing integration tests as examples but for that purpose, their pom hierarchy is not what the end user would need. So I am hereby proposing (1) to introduce a new POM (let's call it `camel-quarkus-application-parent` ) that could serve as a parent for end user applications and (2) use that POM as a parent in our integration tests. With (1) and (2) in place, the user could just copy an integration test out of our source tree to get a standalone example project (that is also granted to work because we run the tests regularly). We could further improve the user experience in the future by having per-itest source ZIPs on Maven Central that the user could just download and unpack instead of cloning the whole git repo. And even further, we could perhaps offer a maven plugin that would list, download and unpack the examples for a given Camel Quarkus version. WDYT?
---------------------------------------------------------------- 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