X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=89dbadd7bcf26298847fbde89f20a28a7fe65103;hb=e350708d4c528fca487f900faf5be0e7f0cc18a0;hp=6caa375106ae664b0d2a704342435c4a2ac9f24e;hpb=ab6eeb146eff31ec3b28076f85d967d342b58b59;p=aai%2Fbabel.git diff --git a/pom.xml b/pom.xml index 6caa375..89dbadd 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ workstation DEV google_checks.xml - https://nexus.onap.org + /content/sites/site/org/onap/aai/babel/${project.artifactId}/${project.version} 1.1.0 @@ -53,10 +53,11 @@ 1.1.9 1.10.19 1.6.2 - 1.1.32-SNAPSHOT + 1.1.32 1.18 0.7.9 https://nexus.onap.org + ${basedir}/target @@ -180,9 +181,30 @@ + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + - + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + org.codehaus.mojo cobertura-maven-plugin @@ -272,6 +294,21 @@ + + com.spotify + docker-maven-plugin + 0.4.11 + + true + docker-hub + ${docker.push.registry}/openecomp/${project.artifactId} + ${docker.location} + + latest + + true + +