Thanks for the response, I found the problem I was skipping deploy on a few package and it was inheriting from the parent, I managed to fix it. Thanks guys.
> On May 29, 2018, at 11:49 PM, Golan, Yaron <[email protected]> wrote: > > 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:[email protected]] > Sent: Wednesday, May 30, 2018 06:24 > To: Maven Users List <[email protected]> > 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 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
