Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change repo url for Nexus 3 #18

Open
bonocore opened this issue Feb 14, 2018 · 0 comments
Open

Change repo url for Nexus 3 #18

bonocore opened this issue Feb 14, 2018 · 0 comments

Comments

@bonocore
Copy link

Maven deploy to nexus is failing in my setup.
I think that, since we are switching to Nexus3, we need to change the repo url from:

<distributionManagement> <repository> <id>nexus</id> <url>http://nexus:8081/content/repositories/releases</url> </repository> <snapshotRepository> <id>nexus</id> <url>http://nexus:8081/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement>

to

<distributionManagement> <repository> <id>nexus</id> <url>http://nexus:8081/repository/maven-releases</url> </repository> <snapshotRepository> <id>nexus</id> <url>http://nexus:8081/repository/maven-snapshots</url> </snapshotRepository> </distributionManagement>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant