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 6947310194 for ; Fri, 9 Aug 2013 21:57:18 +0000 (UTC) Received: (qmail 9108 invoked by uid 500); 9 Aug 2013 21:57:18 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 9060 invoked by uid 500); 9 Aug 2013 21:57: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 9052 invoked by uid 99); 9 Aug 2013 21:57:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2013 21:57: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 (athena.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, 09 Aug 2013 21:57:14 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id C9062B1092 for ; Fri, 9 Aug 2013 16:56:52 -0500 (CDT) Date: Fri, 9 Aug 2013 16:56:52 -0500 (CDT) From: "Dennis Lundberg (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MDEPLOY-73) Don't add checksums on gpg signature files 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-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=330432#comment-330432 ] Dennis Lundberg commented on MDEPLOY-73: ---------------------------------------- Hi, I've tried out the patch on the maven-2.2.x branch. For uploading it works fine, excluding the checksums on the signature file. My tries can be seen in our SNAPSHOT repository: https://repository.apache.org/content/repositories/snapshots/org/apache/maven/shared/maven-mapping/1.0-SNAPSHOT/ Revision 5 was deployed with Maven 2.2.1 and revision 6 was deployed with a patched Maven 2.2.2-RC1-SNAPSHOT. The second part of the patch is for downloading artifacts from the remote repository. AFAICT Maven do not download .asc files to start with, so there would not be a need to exclude them. Can anyone comment on that? > Don't add checksums on gpg signature files > ------------------------------------------ > > Key: MDEPLOY-73 > URL: https://jira.codehaus.org/browse/MDEPLOY-73 > Project: Maven Deploy Plugin > Issue Type: Improvement > Affects Versions: 2.3 > Reporter: Wendy Smoak > Assignee: Olivier Lamy > Priority: Minor > Labels: contributers-welcome > Fix For: 2.8 > > Attachments: DefaultWagonManager.patch > > > Similar to MINSTALL-48, don't create checksums when deploying a gpg signature file along with the artifact. > Currently we end up with filename.asc, filename.asc.md5 and filename.asc.sha1 in the remote repository, and only filename.asc is necessary. -- 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