Hello,

I'm trying to update a properties file using classpath information from a POM file.

For example my POM defines a dependency:
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
</dependency>

I would like to update the "private.properties" file (Netbeans) so that it has:
maven.dependency.classpath=/home/bdelbass/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar

Does somebody has an idea on how to do that?

--
Benoît Del Basso
benoit.delba...@helmet.fr
Tél: 01 75 43 43 42


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

Reply via email to