-
Notifications
You must be signed in to change notification settings - Fork 424
Open
Description
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>
Metadata
Metadata
Assignees
Labels
No labels