You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Julien Vermillard <jv...@gmail.com> on 2011/06/08 11:45:52 UTC

maven error trying to release 2.0.4

Hi !
I stumbled (again) on a maven error trying to
mvn -Pserial,apache-release release:perform

    [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy
(default-deploy) on project mina-parent: Failed to deploy artifacts:
Could not transfer artifact org.apache.mina:mina-parent:pom:2.0.4
from/to apache.releases.https
(https://repository.apache.org/service/local/staging/deploy/maven2):
Failed to transfer file:
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mina/mina-parent/2.0.4/mina-parent-2.0.4.pom.
Return code is: 401 -> [Help 1]

An idea of the source of the problem ?

Julien

Re: maven error trying to release 2.0.4

Posted by Julien Vermillard <jv...@gmail.com>.
On Wed, Jun 8, 2011 at 12:02 PM, Niklas Gustavsson <ni...@protocol7.com> wrote:
> On Wed, Jun 8, 2011 at 11:45 AM, Julien Vermillard
> <jv...@gmail.com> wrote:
>> Could not transfer artifact org.apache.mina:mina-parent:pom:2.0.4
>> from/to apache.releases.https
>> (https://repository.apache.org/service/local/staging/deploy/maven2):
>> Failed to transfer file:
>> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mina/mina-parent/2.0.4/mina-parent-2.0.4.pom.
>> Return code is: 401 -> [Help 1]
>>
>> An idea of the source of the problem ?
>
> Assuming you have the apache.releases.https server with your
> username/password in settings.xml?
>
Gotcha ! It was missing the password.

I'm going to lunch and then fire the vote.

Julien

Re: maven error trying to release 2.0.4

Posted by Niklas Gustavsson <ni...@protocol7.com>.
On Wed, Jun 8, 2011 at 11:45 AM, Julien Vermillard
<jv...@gmail.com> wrote:
> Could not transfer artifact org.apache.mina:mina-parent:pom:2.0.4
> from/to apache.releases.https
> (https://repository.apache.org/service/local/staging/deploy/maven2):
> Failed to transfer file:
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mina/mina-parent/2.0.4/mina-parent-2.0.4.pom.
> Return code is: 401 -> [Help 1]
>
> An idea of the source of the problem ?

Assuming you have the apache.releases.https server with your
username/password in settings.xml?

/niklas