Hello Mirko,
Thanks for your comment, but ùi think that it is what I already have.
Here is my current code...
In the parent pom.xml file:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
And in the module pom.xml file:
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
My trouble is not really syntaxt related. Rather it is how to orgnanize the
definition of the dependencies between several modules.
--
View this message in context:
http://maven.40175.n5.nabble.com/Multi-modules-and-profiles-tp4732786p4908885.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]