X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=3fe2b7116530ae7f107dafc8cc6580f8f9ef507e;hb=9c65fe3d7931cb7a24d7925ee6c67c1821c4d8d6;hp=e7f3360bd26b3acc901a659ec31d66d8bf8ac354;hpb=a59bc3e85eaf33c0a38063e5c30fe890588a0eb1;p=portal.git diff --git a/pom.xml b/pom.xml index e7f3360b..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.3.0 + 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.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 @@ -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 + + + + +