Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.2-beta-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
There is no way to omit the classifier variable in <outputFileNameMapping>, because if left out, the artifact classifier is automatically appended to the artifactId. In my use case I would like to replace the classifier with a constant value (after including only specific classifiers) - but I cant, because it's automatically added.
By the way, even if $
{classifier} is used in the mapping expression, it is even added twice to the resulting path - It should be either added automatically (not favorable), or only added if ${classifier}variable is used.