You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Nico De Groote (JIRA)" <ji...@codehaus.org> on 2013/10/14 14:15:52 UTC

[jira] (MNG-5525) 401: Unauthorized access to deploy artifacts when moving from 3.0.3 -> 3.0.4/3.0.5/3.1.0 or 3.1.1

Nico De Groote created MNG-5525:
-----------------------------------

             Summary: 401: Unauthorized access to deploy artifacts when moving from 3.0.3 -> 3.0.4/3.0.5/3.1.0 or 3.1.1
                 Key: MNG-5525
                 URL: https://jira.codehaus.org/browse/MNG-5525
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Artifacts and Repositories
    Affects Versions: 3.1.0, 3.0.5, 3.0.4, 3.1.1
            Reporter: Nico De Groote
            Priority: Critical


401: Unauthorized access to deploy artifacts when moving from 3.0.3 -> 3.0.4, 3.0.5, 3.1.0 and 3.1.1 

settings file was kept the same...

Workaround:

define the following extension in your <build> node

<extensions>
  <extension>
    <groupId>org.apache.maven.wagon</groupId>
    <artifactId>wagon-http-lightweight</artifactId>
    <version>1.0</version> 
  </extension>			
</extensions>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira