Reputation: 3
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
Upvotes: 0
Views: 3708
Reputation: 1
Please, check your system proxy once. There may be firewall block to
access the specified Nexus url
to upload an any file.
Second in settings.xml
file, please give proxy details.
Upvotes: 0
Reputation: 35853
This could be:
settings.xml
is not foundUpvotes: 0