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
[email protected]
Tél: 01 75 43 43 42


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to