Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.1
-
Fix Version/s: 2.5
-
Labels:None
-
Environment:Any
-
Patch Submitted:Yes
-
Number of attachments :
Description
Right now there is 2 implementations of FileNameMapping, one that bundle artifact in the form $
{artifactId}{$dashClassifider?}{$dashClassifider?}-$
{version}.$
{type}. This add a new FileNameMapping that bundle artifact in the form ${artifactId}{$dashClassifider?}.${type}(it removes the version information).
Correct previous patch.