Return-Path: X-Original-To: apmail-repository-archive@www.apache.org Delivered-To: apmail-repository-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52446100F9 for ; Sun, 28 Dec 2014 08:41:12 +0000 (UTC) Received: (qmail 33478 invoked by uid 500); 28 Dec 2014 08:41:12 -0000 Delivered-To: apmail-repository-archive@apache.org Received: (qmail 33394 invoked by uid 500); 28 Dec 2014 08:41:12 -0000 Mailing-List: contact repository-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: repository@apache.org List-Id: Delivered-To: mailing list repository@apache.org Received: (qmail 33380 invoked by uid 99); 28 Dec 2014 08:41:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Dec 2014 08:41:11 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of balassi.marton@gmail.com designates 209.85.217.172 as permitted sender) Received: from [209.85.217.172] (HELO mail-lb0-f172.google.com) (209.85.217.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Dec 2014 08:41:05 +0000 Received: by mail-lb0-f172.google.com with SMTP id z12so1998080lbi.3; Sun, 28 Dec 2014 00:40:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=rb9ZNbfup1b2NEIKTAtm5+F4MYSduw02F5FmJT2KviU=; b=POx0jQgA7n0bB8M53H88/xZsMdgpLVD19Nh5lFZLh4KU5X10G6cCp3lE1jHFfhzMPN ysNZL7wvNDjQmvN0DiGl3sHupTMXiCVCPCa8P4hjaU3dBhqrEDXSsbfQMeqatq+q4OA/ +n6Ugu5t1CkXrI0NuPXoXk8ngWzCMRbENVOyEpPL0w5HX+0fWLiOeQ09qO+qDMn15g3Z GDIq7hfg3YiEWuiX2jouyAs8hdYDqNe11t9oD+FE258hd3/IAuiA6DN2fnFTVxEGUnIt EhfYguD8vbb5a4I8DxuoRFh4kGBevzUc1gu09McHV8rwwfoJav6HdkFpbuOFvAjvJFGa 9vhg== X-Received: by 10.152.29.129 with SMTP id k1mr51536220lah.10.1419756044495; Sun, 28 Dec 2014 00:40:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.85.149 with HTTP; Sun, 28 Dec 2014 00:40:24 -0800 (PST) From: =?UTF-8?Q?M=C3=A1rton_Balassi?= Date: Sun, 28 Dec 2014 09:40:24 +0100 Message-ID: Subject: Maven deploy to repository.a.o comes back with Forbidden To: repository@apache.org Cc: Robert Metzger Content-Type: multipart/alternative; boundary=089e0160b7dab33191050b42b6e8 X-Virus-Checked: Checked by ClamAV on apache.org --089e0160b7dab33191050b42b6e8 Content-Type: text/plain; charset=UTF-8 Hey, I'm Marton, newbie release manager for freshly a graduated TLP, Flink. I'm having an issue with the maven deploy to repository.a.o. Even though I can login successfully on the webui, the maven deploy from a cli gives me "Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/flink/flink-parent/0.8.0-hadoop2/flink-parent-0.8.0-hadoop2.pom, ReasonPhrase: Forbidden." I have two guesses: maybe my credentials are wrong (I doubt that, added them to the settings xml of maven) or perhaps I do not have the right to create directories on the machine under repository.a.o. To be more specific: Command executed: mvn clean deploy -Prelease,docs-and-source --settings deploysettings.xml -DskipTests -Dgpg.executable=$GPG -Dgpg.keyname=$GPG_KEY -Dgpg.passphrase=$GPG_PASSPHRASE -DretryFailedDeploymentCount=10 -X Relevant verbose output: [DEBUG] Using connector WagonRepositoryConnector with priority 0 for https://repository.apache.org/service/local/staging/deploy/maven2 as mbalassi Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/flink/flink-parent/0.8.0/flink-parent-0.8.0.pom [WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not transfer artifact org.apache.flink:flink-parent:pom:0.8.0 from/to apache.releases.https ( https://repository.apache.org/service/local/staging/deploy/maven2): Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/flink/flink-parent/0.8.0/flink-parent-0.8.0.pom, ReasonPhrase: Forbidden. [DEBUG] org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to deploy artifacts: Could not transfer artifact org.apache.flink:flink-parent:pom:0.8.0 from/to apache.releases.https ( https://repository.apache.org/service/local/staging/deploy/maven2): Access denied to: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/flink/flink-parent/0.8.0/flink-parent-0.8.0.pom, ReasonPhrase: Forbidden. at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:141) Any help on this would be welcome. Thanks in advance, Marton --089e0160b7dab33191050b42b6e8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hey,

I'm Marton, newbie releas= e manager for freshly a graduated TLP, Flink.
I'm having an i= ssue with the maven deploy to repository.a.o.=C2=A0

Even though I can login successfully on the webui, the maven deploy from = a cli gives me "Access denied to: https://repository.apache.org/ser= vice/local/staging/deploy/maven2/org/apache/flink/flink-parent/0.8.0-hadoop= 2/flink-parent-0.8.0-hadoop2.pom, ReasonPhrase: Forbidden."
<= div>
I have two guesses: maybe my credentials are wrong (I do= ubt that, added them to the settings xml of maven) or perhaps I do not have= the right to create directories on the machine under repository.a.o.
=

To be more specific:

Com= mand executed:

mvn=C2=A0clean deploy -Prelease,doc= s-and-source --settings deploysettings.xml -DskipTests -Dgpg.executable=3D$= GPG -Dgpg.keyname=3D$GPG_KEY -Dgpg.passphrase=3D$GPG_PASSPHRASE -DretryFail= edDeploymentCount=3D10 -X

Relevant verbose output:=

[DEBUG] Using connector WagonRepositoryConne= ctor with priority 0 for https://repository.apache.org/service/local/sta= ging/deploy/maven2 as mbalassi
[WARNING] Encountered issue during deployme= nt: Failed to deploy artifacts: Could not transfer artifact org.apache.flin= k:flink-parent:pom:0.8.0 from/to apache.releases.https (https://reposito= ry.apache.org/service/local/staging/deploy/maven2): Access denied to: <= a href=3D"https://repository.apache.org/service/local/staging/deploy/maven2= /org/apache/flink/flink-parent/0.8.0/flink-parent-0.8.0.pom">https://reposi= tory.apache.org/service/local/staging/deploy/maven2/org/apache/flink/flink-= parent/0.8.0/flink-parent-0.8.0.pom, ReasonPhrase: Forbidden.
[DEBUG]=C2=A0
org.apache.maven.artifact.deployer.ArtifactDeploym= entException: Failed to deploy artifacts: Could not transfer artifact org.a= pache.flink:flink-parent:pom:0.8.0 from/to apache.releases.https (http= s://repository.apache.org/service/local/staging/deploy/maven2): Access = denied to: ht= tps://repository.apache.org/service/local/staging/deploy/maven2/org/apache/= flink/flink-parent/0.8.0/flink-parent-0.8.0.pom, ReasonPhrase: Forbidde= n.
at org.apac= he.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDe= ployer.java:141)

Any help on this would be w= elcome. Thanks in advance,

Marton
--089e0160b7dab33191050b42b6e8--