Thanks Stefan, I can try now and will give the feedback later. -----Original Message----- From: Stefan Seelmann [mailto:[email protected]] Sent: Thursday, August 27, 2015 1:51 PM To: [email protected] Subject: Re: Release preparation
Hi Jiajia, I get the very same error. I think the issue is that the Directory project committers only has permission to deploy artifacts with groupId "org.apache.directory.*", but Kerby has uses "org.apache.kerby". So we need to request the additional groupId. [1] describes the process. Do you want to try? Othewise I can do it after work. [1] https://www.apache.org/dev/publishing-maven-artifacts.html#signing-up On 08/27/2015 06:37 AM, Li, Jiajia wrote: > Hi Emmanuel, > As you said the dry run works, but when I try to run mvn deploy, with bellow > error: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy > (default-deploy) on project kerby-all: Failed to deploy artifacts: > Could not transfer artifact > org.apache.kerby:kerby-all:pom:1.0.0-RC1-20150827.033743-1 from/to > apache.snapshots.https > (https://repository.apache.org/content/repositories/snapshots): Access > denied to: > https://repository.apache.org/content/repositories/snapshots/org/apach > e/kerby/kerby-all/1.0.0-RC1-SNAPSHOT/kerby-all-1.0.0-RC1-20150827.0337 > 43-1.pom, ReasonPhrase:Forbidden. -> [Help 1] > > In my setting.xml: > > <server> > <id>apache.snapshots.https</id> > <username>plusplusjiajia</username> > <password>*****</password> > </server> > > So I can't continue the test. > > > Thanks > Jiajia
