Re: accessing the path of a jar in local repository

2010-07-22 Thread Jochen Stiepel
Hi Jason, sorry I don't know a direct way. Maybe you can reuse some of this code or output: http://maven.apache.org/plugins/maven-dependency-plugin/usage.html - The dependency:build-classpath mojo which can be used to write the complete path into a file e.g.

accessing the path of a jar in local repository

2010-07-21 Thread Jason Chaffee
Is there a way to use the path to a jar in the local respository using variables in the pom? I know I can use the dependency plugin to copy the jar to my target directory, but I would prefer to just use the location in the repo. For example, plugin