Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
Given a foo-tests.jar dependency, the plugin generates a foo-tests-sources.jar link for sources (when downloadSources is enabled). However, the fact is maven's source plugin generates the filename as foo-test-sources.jar (test singular). This makes it impossible to link sources to the test-jar dependencies.
I'm attaching a patch that fixes the issue, would appreciate the prompt inclusion in the next release.