Old versions of maven-dependency-plugin include a dependency:properties goal. New versions don't seem to include it. Has it been moved to another plugin, or is it simply deprecated with no chance to access its features (namely having a property for each dependency, allowing as an example activation of profile based upon dependencies) ?

link|improve this question

68% accept rate
feedback

1 Answer

up vote 0 down vote accepted

The properties-goal is available since version 2.2 (the latest version) of the dependency plugin. Maven 3 uses 2.1 as default, so you have to specify the version of the dependency plugin manually in your pom in the build section.

link|improve this answer
The only hard trick was to understand generated property syntax (which in fact is exactly the one denoted in plugin goal page ... stupid of me). – Riduidel May 10 '11 at 15:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.