[ https://issues.apache.org/jira/browse/MDEPLOY-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965627#comment-17965627 ]
Olivier Lamy commented on MDEPLOY-165: -------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-deploy-plugin#274|https://github.com/apache/maven-deploy-plugin/issues/274]. > deploy-file ignores classifier > ------------------------------ > > Key: MDEPLOY-165 > URL: https://issues.apache.org/jira/browse/MDEPLOY-165 > Project: Maven Deploy Plugin (Moved to GitHub Issues) > Issue Type: Bug > Components: deploy:deploy-file > Affects Versions: 2.7 > Reporter: Gili > Priority: Critical > > 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 );}} -- This message was sent by Atlassian Jira (v8.20.10#820010)