X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=3fe2b7116530ae7f107dafc8cc6580f8f9ef507e;hb=9c65fe3d7931cb7a24d7925ee6c67c1821c4d8d6;hp=3986bf4b0dd77e067f065c3ddf977e1ddd0beb57;hpb=2797e7b247f586f8a3a452dbb6cf883b7169c8ca;p=portal.git diff --git a/pom.xml b/pom.xml index 3986bf4b..3fe2b711 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,19 @@ - + 4.0.0 org.onap.oparent oparent - 1.2.0 - + 2.0.0 + org.onap.portal onap-portal-parent - 2.3.0 + 3.2.0 + pom portal @@ -19,23 +21,24 @@ ecomp-portal-BE-common ecomp-portal-BE-os - ecomp-portal-FE-os + portal-FE-os ecomp-portal-widget-ms + portal-BE 0 - 2.3.1 - 4.2.3.RELEASE + 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 UTF-8 - **/scripts/**/*,**.js + **/test/**/*,**/tests/**/* false @@ -124,7 +127,7 @@ - + @@ -240,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 + + + + +