Has anyone had double dependencies work? I have the same
groupId/artifactId with different type/classifiers. It works from the
command line, but M2Eclipse only picks up one into the classpath...
For example:
<dependency>
<groupId>ca.nanometrics.apollo</groupId>
<artifactId>core</artifactId>
<version>1.0.1</version>
<classifier>jar</classifier>
</dependency>
<dependency>
<groupId>ca.nanometrics.apollo</groupId>
<artifactId>core</artifactId>
<version>1.0.1</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ca.nanometrics.apollo</groupId>
<artifactId>core</artifactId>
<version>1.0.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
In my classpath in Eclipse, all I get is core-1.0.1-jar.jar. (Note that
I don't expect the war in the classpath, but I do want
core-1.0.1-tests.jar).
-Ben
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email