Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 13494 invoked from network); 24 Sep 2010 08:37:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Sep 2010 08:37:15 -0000 Received: (qmail 70330 invoked by uid 500); 24 Sep 2010 08:37:15 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 69974 invoked by uid 500); 24 Sep 2010 08:37:12 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 69966 invoked by uid 99); 24 Sep 2010 08:37:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Sep 2010 08:37:11 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of antonio.petrelli@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-iw0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Sep 2010 08:37:04 +0000 Received: by iwn42 with SMTP id 42so2635031iwn.30 for ; Fri, 24 Sep 2010 01:36:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=7wC7DvI1zcZBmqwI0Fo0a/gdUFmxdj4FIA0R02LCFSY=; b=dgClcOILsSeZ7hIxicNmdxlFNTKPpxcHzu34NGnF+NENISmVtO+gcbkPCUsZ9yV7Mb hwp7K7u21lfZxIyr3PRJ5XJuR7iHzAM0fTn6hHXoTHKfEwstw5Zkp87JgXVzdUI5dWTs PIBfzHC6wXCYB74f7Rvwe9QUwhUOo/0o7ZoCs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=MKsTiuR27Kt17oaVaONS5BQmOsMWMLSgAMpDSFy3DhsKfwxfv42qnP6LbmJOnoCBZS 7BtHIOaNkkC9XHqCDLmlqGZaIHie351iBabXP5mJW8Mx0Rhf+TuJws0XsX8Ywnwcxis4 mAGe11oeFCvhN82RPESX2k6rUVBoORFKxwD2I= MIME-Version: 1.0 Received: by 10.231.30.134 with SMTP id u6mr3316277ibc.121.1285317402880; Fri, 24 Sep 2010 01:36:42 -0700 (PDT) Received: by 10.231.151.139 with HTTP; Fri, 24 Sep 2010 01:36:42 -0700 (PDT) In-Reply-To: References: Date: Fri, 24 Sep 2010 10:36:42 +0200 Message-ID: Subject: Re: [infra] Digester 2.1 release blocked Was [Digester] Auth fail when copying artifacts from staging From: Antonio Petrelli To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2010/9/24 Simone Tripodi : > thanks a lot for your help!!! During the final phase of release I > wasn't using profiles at all You didn't, but unfortunately I discovered that commons-parent does. I see this in commons-parent pom: maven-release-plugin -Prc This overrides the configuration in org.apache:apache:7 org.apache.maven.plugins maven-release-plugin 2.0-beta-9 false deploy -Papache-release IOW, the "rc" profile is activated instead of "apache-release" and it deploys in people.a.o. I suggest to contact the commons-parent maintainer to fix this and, as a temporary fix, run: mvn release:perform -Darguments="-Papache-release" Or try to modify the "release.properties" file (generated after you ran release:prepare) to do this exact thing. It should work this way. Ciao Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org