diff --git a/pom.xml b/pom.xml index a37725664..ec013f9ed 100644 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,8 @@ 4.0.0 + + scm:git:https://github.com/avmang/spring-petclinic.git scm:git:https://github.com/avmang/spring-petclinic.git @@ -162,6 +164,22 @@ + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.1 + + + + deploy + + + + nexus-snapshots::default::http://localhost:8081/#browse/browse:maven-snapshots + + + + org.apache.maven.plugins maven-release-plugin @@ -317,6 +335,10 @@ + true @@ -412,6 +434,19 @@ m2e.version + + + + nexus-snapshots + http://localhost:8081/repository/maven-snapshots/ + + + nexus-releases + http://localhost:8081/repository/maven-releases/ + + + +