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 deploy (by default maven.deploy.skip).

Gruss
Bernd

Gruss
Bernd
--
http://bernd.eckenfels.net

From: Naveen Swamy 
Sent: Wednesday, May 30, 2018 5:23:40 AM
To: Maven Users List
Subject: mvn deploy is installing localrepo instead of remote repo

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 logs.

Appreciate your help


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 logs.

Appreciate your help