X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=3fe2b7116530ae7f107dafc8cc6580f8f9ef507e;hb=9c65fe3d7931cb7a24d7925ee6c67c1821c4d8d6;hp=a6e369b9a162558598ef0d10e8786e83d7e8de5f;hpb=8089e86923f13f2df0f1b234be3f0771a3044d4d;p=portal.git diff --git a/pom.xml b/pom.xml index a6e369b9..3fe2b711 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,14 @@ org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.portal onap-portal-parent - 2.6.0-SNAPSHOT + 3.2.0 + pom portal @@ -20,7 +21,7 @@ ecomp-portal-BE-common ecomp-portal-BE-os - ecomp-portal-FE-os + portal-FE-os ecomp-portal-widget-ms portal-BE @@ -28,12 +29,11 @@ 0 - 2.6.0-SNAPSHOT + 2.6.0 4.3.24.RELEASE 4.2.13.RELEASE 4.3.11.Final - 2.8.10 - 1.0.0 + 2.8.11.4 0.7.6.201602180812 UTF-8 @@ -243,6 +243,61 @@ sonar-maven-plugin 3.0.2 + + + maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 2.0.0 + + + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + ${project.build.sourceDirectory} + + + true + false + + + + onap-java-style + + check + + none + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + false + + + + +