X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=checkstyle%2Fpom.xml;h=a1aa4c95c485db13d1c7dee5a6493a1ef4911586;hb=41897f6465b534eaac4b960bba6f4491ea4d9d15;hp=a592085166ae3cbb0fd0d6f5fd115bc0029db7d6;hpb=5ecf25627589001888c68e9f413c28ccaac69c26;p=cps.git diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index a59208516..a1aa4c95c 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -1,11 +1,57 @@ + + 4.0.0 org.onap.cps checkstyle - 0.0.2-SNAPSHOT + 3.1.0-SNAPSHOT + + + + Windows + + + Windows + + + + python + + + + unix + + + unix + + + + python3 + + + https://nexus.onap.org @@ -14,6 +60,18 @@ /content/repositories/snapshots/ + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + + ecomp-releases @@ -26,4 +84,32 @@ ${nexusproxy}${snapshotNexusPath} + + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + copyright-check + verify + + exec + + + ${script.executor} + ../checkstyle/src/main/ + + CopyrightCheck.py + resources/project-committers-config.csv + resources/copyright-template.txt + resources/ignore-files-config.csv + + + + + + + \ No newline at end of file