X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=oparent%2Fpom.xml;h=5598b71b5e5fee4823d1273d484edb4484a98878;hb=2dc9ea6e9cd985df7717a47a17e2588071c7d06f;hp=fe603f26727186156d968ff367bf22ec399c58f1;hpb=7066e9c21f965a4202dee894a1146d70d389df1a;p=oparent.git diff --git a/oparent/pom.xml b/oparent/pom.xml index fe603f2..5598b71 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -19,7 +19,7 @@ org.onap.oparent version - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT .. oparent @@ -68,19 +68,29 @@ - - - - org.onap.oparent - checkstyle - 1.0.0-SNAPSHOT - - + + + 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 @@ -304,7 +314,7 @@ org.onap.msb.swagger-sdk swagger-sdk - 1.0.0-SNAPSHOT + 1.0.0 @@ -312,59 +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 - 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 @@ -497,6 +454,56 @@ maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 1.1.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