Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAB4C104A1 for ; Fri, 13 Sep 2013 20:24:18 +0000 (UTC) Received: (qmail 67327 invoked by uid 500); 13 Sep 2013 20:24:18 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 67293 invoked by uid 500); 13 Sep 2013 20:24:18 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 67283 invoked by uid 99); 13 Sep 2013 20:24:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 20:24:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 20:24:13 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id B1FAFB107D for ; Fri, 13 Sep 2013 15:23:52 -0500 (CDT) Date: Fri, 13 Sep 2013 15:23:52 -0500 (CDT) From: "Robert Scholte (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MDEPLOY-165) deploy-file ignores classifier MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MDEPLOY-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated MDEPLOY-165: ----------------------------------- Fix Version/s: (was: 2.8) > deploy-file ignores classifier > ------------------------------ > > Key: MDEPLOY-165 > URL: https://jira.codehaus.org/browse/MDEPLOY-165 > Project: Maven Deploy Plugin > 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira