Jozsef created MNG-7313:
---------------------------

             Summary: Cannot disable server password encryption
                 Key: MNG-7313
                 URL: https://issues.apache.org/jira/browse/MNG-7313
             Project: Maven
          Issue Type: Bug
    Affects Versions: 3.8.3, 3.6.3
            Reporter: Jozsef


I'm working with [AWS CodeArrifact |https://aws.amazon.com/codeartifact/]and 
aws resets the artifact repository password every 12 hours which makes the 
motivation behind encrypting the server password moot.

 

My settings.xml: 
{code:java}
 <servers>
        <server>
            <id>aws-artifacts</id>
            <username>aws</username>
            <password>awsgeneratedpassword</password>
        </server>
    </servers>
{code}
 

Current behaviour:
aws authentication fails - mvn fails to download the artifacts

Expected behaviour:

the dependencies are downloaded successfully & the build continues.






--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to