X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=75f96fb4322a408b10a82e91af33b117b1022740;hb=b7c6e957f6a22188daf7026138c3ea0faf940b48;hp=d4012a898a1f9fcb1a5b38c592f89075365ebcf7;hpb=07a40c895c7fd70daec7a63881799cc51cd53d7a;p=oparent.git diff --git a/pom.xml b/pom.xml index d4012a8..75f96fb 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ checkstyle license oparent + oparent-python 1.8 @@ -33,6 +35,17 @@ UTF-8 UTF-8 https://nexus.onap.org + + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + + https://nexus.onap.org/content/sites/raw + + https://nexus.onap.org/service/local/repositories/raw/content + + ecomp-raw + + nexus3.onap.org:10003 + nexus3.onap.org:10002 @@ -43,11 +56,6 @@ ecomp-snapshots ${onap.nexus.url}/content/repositories/snapshots - - ecomp-site - - dav:${onap.nexus.url}${sitePath} - @@ -84,6 +92,34 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M1 + + + enforce-no-snapshots + + enforce + + + + + false + true + ERROR + + + + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.2 + @@ -99,6 +135,10 @@ org.apache.maven.plugins maven-site-plugin + + org.apache.maven.plugins + maven-enforcer-plugin +