Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Not A Problem
-
2.7
-
None
-
None
Description
MDEPLOY-19's implementation is incomplete. If a user specifies a classifier then generatePom fails to take the classifier into consideration and uploads a POM file that omits the classifier.
The fix is simple:
Add the following line to DeployFileMojo.generateModel():
model.setClassifier( classifier );