Re: mvn deploy is installing localrepo instead of remote repo

2018-05-29 Thread Bernd Eckenfels
Hello, can you share the POM and effective POM and the verbose debug Logs of the Maven run. Generally you would check what the maven-deploy plugin gets for the deploy goal. Most likely problem is using a packaging which has no deploy phase goal. Also check for user properties to skip the

mvn deploy is installing localrepo instead of remote repo

2018-05-29 Thread Naveen Swamy
I am running mvn deploy on the package to send it to the staging repo, however it seems to install only on the local repo? Any ideas on how to debug and resolve this? I have already set the right staging repos in settings.xml and it seems to reading the settings from what i tell from the debug