Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:Sun-JDK 1.5.0_06, Fedora Core 5
-
Number of attachments :
Description
Using the latest copy of the plugin from SVN, it correctly downloads and links source code (and javadocs) to dependencies defined in the POM. This does not happen, however, to dependencies with a classifier.
To reproduce, add a dependency with a classifier, like this:
<dependency>
<groupId>...</groupId>
<artifactId>...</artifactId>
<version>...</version>
<classifier>tests</classifier>
</dependency>