From issues-return-63918-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Sun Jun 06 19:12:40 2010 Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 54039 invoked from network); 6 Jun 2010 19:12:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Jun 2010 19:12:40 -0000 Received: (qmail 42967 invoked by uid 500); 6 Jun 2010 19:12:40 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 42898 invoked by uid 500); 6 Jun 2010 19:12:39 -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 42890 invoked by uid 99); 6 Jun 2010 19:12:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jun 2010 19:12:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jun 2010 19:12:33 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 964B917E0767 for ; Sun, 6 Jun 2010 14:12:12 -0500 (CDT) Date: Sun, 6 Jun 2010 14:12:12 -0500 (CDT) From: =?ISO-8859-1?Q?Thiago_Le=E3o_Moreira_=28JIRA=29?= To: issues@maven.apache.org Message-ID: <26951427.42050.1275851532404.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Created: (MGPG-26) sign-and-deploy-file does not work with javadoc and sources artifcats MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org sign-and-deploy-file does not work with javadoc and sources artifcats --------------------------------------------------------------------- Key: MGPG-26 URL: http://jira.codehaus.org/browse/MGPG-26 Project: Maven 2.x GPG Plugin Issue Type: Bug Affects Versions: 1.1, 1.2 Reporter: Thiago Le=E3o Moreira Attachments: javadoc-sources.patch If you are trying to deploy an Ant project with javadoc and sources the gpg= plugin does not create the ".asc" appropriate file name for these types. F= ollowing is a snippet of Ant script that reproduce the issue. =09 =09=09 =09=09 =09=09 =09=09 =09=09 =09=09 =09=09 =09=09 =09=09 =09=09 =09=09 =09 The result will be "core-client-6.0.2-javadoc.javadoc.asc" when the right= result would be "core-client-6.0.2-javadoc.jar.asc". --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira