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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to