RE: mvn deploy is installing localrepo instead of remote repo

2018-05-29 Thread Golan, Yaron
Hi, I usually set the URLs in the DistributionManagement part of the pom.xml file. Can you share the log file from the 'mvn deploy' command you ran, please? -Original Message- From: Naveen Swamy [mailto:mnnav...@gmail.com] Sent: Wednesday, May 30, 2018 06:24 To: Maven Users List Subjec

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 deplo

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 log