Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2
-
Labels:None
-
Number of attachments :
Description
maven-jar-plugin generates:
module-1.0-tests.jar
maven-sources plugin generates:
module-1.0-test-sources.jar
I would expect:
module-1.0-tests-sources.jar
IntelliJ also expects this, and cannot bind to the test sources JAR.
Either change the classifier, or make it configurable.
Issue Links
- duplicates
-
MSOURCES-50
Add optional 'classifier' for source artifact
-
I think that changing the classifier will have impacts on existing builds even if this one is erroneous. I would like to have the feedback of some others committers before trying to fix this one.