X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=oparent%2Fpom.xml;h=2c5c5b0d22a3f7094046cbfcee0da405d937092c;hb=3d0fef413c57824f1410a5b7f5fddf5943b909bd;hp=0c636ba9fd0910a73d4b1f75692da7426c1270f1;hpb=504d5c7f408b8f4ec0eb6738283acda4ddf4ccb9;p=oparent.git diff --git a/oparent/pom.xml b/oparent/pom.xml index 0c636ba..2c5c5b0 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,67 +314,25 @@ org.onap.msb.swagger-sdk swagger-sdk - 1.0.0-SNAPSHOT + 1.0.0 + + + + org.onap.oparent + dependencies + 1.2.0-SNAPSHOT + pom + import + + + - - maven-checkstyle-plugin - 2.17 - - - org.onap.oparent - checkstyle - 1.0.0-SNAPSHOT - - - - - check-license - - check - - process-sources - - onap-checkstyle/check-license.xml - false - true - false - ${project.build.sourceDirectory} - - - true - false - - - - check-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory}/src/main/java - true - true - true - - - true - false - - - - org.jacoco jacoco-maven-plugin @@ -477,13 +458,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