Am 23.08.2012 12:38, schrieb Nord, James:
> Hi all,
> 
> In Maven 3.0.4 and am seeing the following error when I try to release a 
> project.
> 
> 
>     [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ 
> rpm-maven-plugin ---
> 
>     Uploading: 
> http://myrepo/service/local/staging/deploy/maven2/org/codehaus/mojo/rpm-maven-plugin/2.1-alpha-2_NDS1/rpm-maven-plugin-2.1-alpha-2_NDS1.jar
> 
>     Uploading: 
> http://myrepo/service/local/staging/deploy/maven2/org/codehaus/mojo/rpm-maven-plugin/2.1-alpha-2_NDS1/rpm-maven-plugin-2.1-alpha-2_NDS1.pom
> 
>     Aug 23, 2012 10:40:47 AM 
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>  handleResponse
> 
>     WARNING: Authentication error: basic authorization challenge expected, 
> but not found

Hi,

usually one would not allow basic authentication over unencrypted
channels like http. This provides no security and every hop in the
internet can gather login and passwords really simple.

So probably you just change the "http:" to "https:" - if the server is
well configured or speak to the administrator of the repository on how
to transmit artifacts there.

regards,

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to