[ https://issues.apache.org/jira/browse/CAMEL-4013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13040266#comment-13040266 ]
Daniel Kulp commented on CAMEL-4013: ------------------------------------ For CXF, the default "mvn install" build does not include the examples or the distribution (tarballs) as they take too long and likely not to really be impacted by developer changes. We have a separate "everything" profile that does add those back into the build. The "deploy" builds in Jenkins are setup to run with the everything profile to catch issues. HOWEVER, it does change the release process slightly. Instead of "mvn release:prepare", you need to make sure you do "mvn release:prepare -Peverything" to make sure everything is released. > examples - Do not inherit pom.xml from parent to make it easy to copy example > ----------------------------------------------------------------------------- > > Key: CAMEL-4013 > URL: https://issues.apache.org/jira/browse/CAMEL-4013 > Project: Camel > Issue Type: Improvement > Components: examples > Affects Versions: 2.7.0 > Reporter: Claus Ibsen > Priority: Minor > Fix For: 2.9.0 > > > We should not inherit any parent pom.xml files in any of the examples. > Instead we should make the pom.xml file completely standalone. Then its > easier for end users to copy the examples and customize those to their needs. > For example to adjust camel version and whatnot. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira