Hi all,
Normally the <version> in <dependency> in pom.xml look as follow:
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
Now I want to do as follow:
<dependency>
<groupId>{my.junit.group}</groupId>
<artifactId>{my.junit.artifactId}</artifactId>
<version>{my.junit.version}</version>
</dependency>
The values of {my.junit.group} etc. will be defined in an other file. Now my
question: How can I configure the pom.xml so that it knows to read these values
from the file where the {my.junit.group} etc. defined?
Regards
Thomas
---------------------------------
Beginnen Sie den Tag mit den neuesten Nachrichten. Machen Sie Yahoo! zu Ihrer
Startseite!