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>
I want to spend more time investigating this to see whether the classifier is consistenly appended to the existing one on release.
The problem would be because it is being replaced. If there's no way to consistently designate this, then it may need to be a configuration mapping.
How are your test sources generated?