Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12EF8BC77 for ; Sun, 8 Jan 2012 11:04:23 +0000 (UTC) Received: (qmail 75645 invoked by uid 500); 8 Jan 2012 11:04:21 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 75030 invoked by uid 500); 8 Jan 2012 11:04:02 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 75022 invoked by uid 99); 8 Jan 2012 11:03:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jan 2012 11:03:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [83.219.192.166] (HELO smtp.bredband2.com) (83.219.192.166) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jan 2012 11:03:49 +0000 Received: from [192.168.0.3] (c-83-233-111-38.cust.bredband2.com [83.233.111.38]) (Authenticated sender: ed5133) by smtp.bredband2.com (Postfix) with ESMTPA id 6CD61410D0 for ; Sun, 8 Jan 2012 12:03:28 +0100 (CET) Message-ID: <4F097800.1070800@apache.org> Date: Sun, 08 Jan 2012 12:03:28 +0100 From: Dennis Lundberg User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Maven Developers List Subject: Re: svn commit: r1228307 - /maven/skins/trunk/pom.xml References: <20120106175740.CA0E4238889B@eris.apache.org> <4F089B47.7010602@apache.org> In-Reply-To: X-Enigmail-Version: 1.3.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Simone Have you setup your development environment according to this? http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env Important for signing is that the apache-release profile is in there. You can then test that everything is correct by following these steps: http://www.apache.org/dev/publishing-maven-artifacts.html#test_you_settings On 2012-01-07 21:07, Simone Tripodi wrote: > Hi Dennis! > > unfortunately it din't work, I had to drop twice the staging repo > because .asc signatures were missing... :( > Do you have any idea why it can happen? > TIA! > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > > On Sat, Jan 7, 2012 at 8:21 PM, Dennis Lundberg wrote: >> Hi Simone >> >> This is already taken care of in the apache-parent. It should not be >> needed here also. >> >> On 2012-01-06 18:57, simonetripodi@apache.org wrote: >>> Author: simonetripodi >>> Date: Fri Jan 6 17:57:40 2012 >>> New Revision: 1228307 >>> >>> URL: http://svn.apache.org/viewvc?rev=1228307&view=rev >>> Log: >>> included gpg to sign artifacts while deploying a RC >>> >>> Modified: >>> maven/skins/trunk/pom.xml >>> >>> Modified: maven/skins/trunk/pom.xml >>> URL: http://svn.apache.org/viewvc/maven/skins/trunk/pom.xml?rev=1228307&r1=1228306&r2=1228307&view=diff >>> ============================================================================== >>> --- maven/skins/trunk/pom.xml (original) >>> +++ maven/skins/trunk/pom.xml Fri Jan 6 17:57:40 2012 >>> @@ -93,6 +93,23 @@ under the License. >>> >>> ${project.artifactId}-${project.version} >>> >>> + >>> + >>> + >>> + org.apache.maven.plugins >>> + maven-gpg-plugin >>> + >>> + >>> + sign-artifacts >>> + verify >>> + >>> + sign >>> + >>> + >>> + >>> + >>> + >>> + >>> >>> >>> >>> >>> >>> >> >> >> -- >> Dennis Lundberg >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> For additional commands, e-mail: dev-help@maven.apache.org >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org