I did bigger changes in parent/pom.xml regarding to [1]. At present, I'm running a full build on my machine to check I didn't something really bad. If it's successful, I will commit it in some minutes and will have an eye on the CI server. The changes in general are: - moving plugin management definitions from pom.xml into parent/pom.xml - use parent/pom.xml as parent in the buildingtools mudule - upgrade to org.apache/apache/11/pom.xml - ordered the plugin management section in parent/pom.xml alphabetical - fixed the indention of the xml files (using two spaces)
Afterwards I will work on the following things: - check for duplicated plugin definitions - move the dependency versions from platforms/karaf/features/pom.xml into parent/pom.xml to make it easier to check we are using the same version numbers for our jar files and osgi bundles [1] https://issues.apache.org/jira/browse/CAMEL-4643 --