X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=3fe2b7116530ae7f107dafc8cc6580f8f9ef507e;hb=d7c3aae80ea1c8c9af4d7981bb77b68be7974427;hp=6a3c95ab8b9c4447714114a14e5f0345084bcda6;hpb=c200b7072e6ca3e555d3325d7e5b8d519c6186e1;p=portal.git diff --git a/pom.xml b/pom.xml index 6a3c95ab..3fe2b711 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,8 @@ org.onap.portal onap-portal-parent - 2.6.0-SNAPSHOT + 3.2.0 + pom portal @@ -20,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.6.0-SNAPSHOT - 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 @@ -241,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 + + + + +