That sounds like a bad idea.
The next person to work on the project is going to be unhappy.
Why do you want to do this?
It is always a good idea to describe the problem that you are trying to
solve before asking a detailed question.
What are you building that is different from everything else.
Ron
On 09/03/2011 8:42 AM, Benoît DEL BASSO wrote:
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?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]