X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=oparent%2Fpom.xml;h=4a733b201ccc838b0c88a0bbb65917c0fe4e55fa;hb=3299e5ae951bd07a4c9519153a1e0b1de79181fe;hp=b4bacfca2d0828603af7603e7cd42d3dc8bc68a2;hpb=907599e87ef5dd45621f38dcdfc90a57b7d88910;p=oparent.git diff --git a/oparent/pom.xml b/oparent/pom.xml index b4bacfc..4a733b2 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -19,7 +19,7 @@ org.onap.oparent version - 1.0.0-SNAPSHOT + 1.2.0-SNAPSHOT .. oparent @@ -68,6 +68,29 @@ + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ONAP Release Repository + https://nexus.onap.org/content/repositories/releases/ + + + ecomp-snapshots + ONAP Snapshot Repository + https://nexus.onap.org/content/repositories/snapshots/ + + true + + + false + + + generate-json @@ -291,7 +314,7 @@ org.onap.msb.swagger-sdk swagger-sdk - 1.0.0-SNAPSHOT + 1.0.0 @@ -299,60 +322,6 @@ - - maven-checkstyle-plugin - 2.17 - - - org.onap.oparent - checkstyle - 1.0.0-SNAPSHOT - - - - - check-license - - check - - process-sources - - onap-checkstyle/check-license.xml - onap-checkstyle/apache-license-2.regexp.txt - false - true - false - ${project.build.sourceDirectory} - - - false - true - - - - check-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory}/src/main/java - true - true - true - - - false - true - - - - org.jacoco jacoco-maven-plugin @@ -478,13 +447,63 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 3.3.0.603 + 3.2 maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 1.2.0-SNAPSHOT + + + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + ${project.build.sourceDirectory} + + + true + false + + + + onap-java-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory}/src/main/java + true + true + true + + + true + false + + + org.codehaus.mojo