I want to deploy a library to my companies remote repository.
It\'s the first time I want to deploy the library project to the remote repository.
I get the follo
I ran into a similar problem and solved by
See more details in my stackoverflow answer.
Note that I was doing a "mvn deploy:deploy-file" (which uploads a 3rd party artifact to the shared repository) whereas you are doing a "mvn deploy" (which uploads YOUR artifact from your built project to the shared repository), but the root cause maybe the same.