Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
It would be helpful to provide support for Maven artifact classifiers in the RAR plugin since most if not all the other packaging plugins provide it.
Attached is a patch to provide this capability. The strategy for generating the final artifact name is borrowed directly from maven-jar-plugin. Existing test cases were modified to support the changes and pass according to my testing. A new test case may be needed to exercise behavior when classifier is set.