I have a multi module project where I need to reuse dependency test
code.
I added the following entry to my pom.
Versions are declared in dependency Managment of the root pom....
If i use this:
<dependencies>
<dependency>
<groupId>my</groupId>
<artifactId>my-commons</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>my</groupId>
<artifactId>my-commons</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
In this case the test jar is added to the 'Library' node.
When i change the order the normal jar is added to the 'Library' but
nothing is
added to the 'Test Libraries' node.
Anyway, as the current mevenide (4.0.5) uses the external Maven (2.0.9)
compilation works fine.
Is this a mevenide problem or a some kind of maven problem ?
Regards
Daniel
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email