Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1
-
None
Description
According the javadoc
/** * Display the repository locations of the dependencies. Requires Maven 2.0.5+. * * @since 2.1 * @parameter expression="${dependency.locations.enabled}" default-value="false" */ private boolean dependencyLocationsEnabled;
Since POM has a prerequisites to 2.0.6, dependencyLocationsEnabled should be set to true by default