Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Documentation Deficit
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Maven 2.0.8
Description
http://maven.apache.org/guides/mini/guide-attached-tests.html
<classifier>test-jar</classifier>
Should be:
<classifier>tests</classifier>
With this change, test JAR dependencies will correctly be found.
fix in rev 609646.
Thanks.