0

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

Stefan Crain
  • 2,010
  • 3
  • 21
  • 22
fareen taj
  • 3
  • 1
  • 5

2 Answers2

0

This could be:

  • your settings.xml is not found
  • your credentials are wrong
  • your credentials have not the proper rights in your Nexus
J Fabian Meier
  • 33,516
  • 10
  • 64
  • 142
0
  1. Please, check your system proxy once. There may be firewall block to access the specified Nexus url to upload an any file.

  2. Second in settings.xml file, please give proxy details.

Ivan Sheihets
  • 802
  • 8
  • 17