spotify / docker-maven-plugin

INACTIVE: A maven plugin for Docker
Apache License 2.0
2.67k stars 575 forks source link

Authentication does not work since 1.0.0 #342

Closed awallat closed 6 years ago

awallat commented 7 years ago

After upgrading to Version 1.0.0 the authentication to my private remote repository does not work anymore. The configuration is set in the settings.xml file of my maven repository.

The warning is: [WARNING] Failed to push <xxx>, retrying in 10 seconds (1/5)

Maybe it's a problem with the merge of the docker configuration file, but since I cannot turn it off (anymore), I cannot say for sure.

With version 0.4.14 it still works.

davidxia commented 6 years ago

Should be fixed by recent versions. Please confirm.