Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
I noticed several problems with the poms
– maven 3 warnings about duplicated versions etc
– mvn dependency:analyze shows several unused dependencies (note that you have to be very careful removing test dependencies from this report since this does not detect pax exam usage)
– maven-bundle-plugin aggregation projects should have the dependencies that are included in the aggregate marked "provided"
I'm going to assume that if the aries build succeeds and my locally modified karaf build (modified to use aries snapshots) succeed these changes are OK.