Search code examples
mavennexusdevopsdevops-insights

Deploying artifacts in nexus from maven gives error Return code is: 401 ReasonPhrase: Unauthorized


While Deploying I am getting the below message

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project gameoflife: Failed to deploy artifacts: Could not transfer artifact com.wakaleo.gameoflife:gameoflife:pom:1.0-20180129.123439-1 from/to game-snapshots (http://localhost:8081/nexus/content/repositories/game-snapshots/): Failed to transfer file: http://localhost:8081/nexus/content/repositories/game-snapshots/com/wakaleo/gameoflife/gameoflife/1.0-SNAPSHOT/gameoflife-1.0-20180129.123439-1.pom. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]

I have added the credentials in .m2 settings.xml but I am getting the error message again


Solution

  • This could be:

    • your settings.xml is not found
    • your credentials are wrong
    • your credentials have not the proper rights in your Nexus