You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Pino Silvaggio <pi...@gmail.com> on 2011/11/21 06:33:42 UTC

New plugin: dependencypath-maven-plugin

For anyone interested,

I created this new plugin where it sets a property pointing to the 
artifact file for each selected project dependency. Each property name 
will have a base name in form of 
groupId:artifactId:type:[classifier][.relative][.suffix]. This is 
similar to the dependency:properties goal but with additional features, 
like filtering and relative paths.

Result:

junit:junit:jar=/home/user/.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar


or

junit:junit:jar.relative=../../../.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar


or

junit:junit:jar.relative.someSuffix=../../../.m2/repository/junit/junit/4.8.2/junit-4.8.2.jar


http://bitstrings.github.com/sites/dependencypath-maven-plugin/index.html
(home:bitstrings.org)

The m2e connector will soon be released too.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org