OpenShiftDemos / openshift-tasks

Sample JBoss EAP (WildFly) App for OpenShift
47 stars 423 forks source link

Change repo url for Nexus 3 #18

Open bonocore opened 6 years ago

bonocore commented 6 years ago

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:

`

nexus http://nexus:8081/content/repositories/releases nexus http://nexus:8081/content/repositories/snapshots

`

to

`

nexus http://nexus:8081/repository/maven-releases nexus http://nexus:8081/repository/maven-snapshots

`