Skip to content

Change repo url for Nexus 3 #18

@bonocore

Description

@bonocore

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions