X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=checkstyle%2Fpom.xml;h=8d11742000b8bcf4bd32e3c3c27de81f5a4677b3;hb=2f09266fd3231529e41ce97b02577bc5b82a8c03;hp=c6b0d2479bce763215251c375015ac7b8a93ea7a;hpb=35b2b4414405c0c3f7c06171ae0e1ebca3214e40;p=cps.git diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index c6b0d2479..8d1174200 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -1,9 +1,117 @@ + + 4.0.0 org.onap.cps checkstyle - 0.0.1-SNAPSHOT + 3.1.0-SNAPSHOT + + + + Windows + + + Windows + + + + python + + + + unix + + + unix + + + + python3 + + + + + + https://nexus.onap.org + /content/repositories/releases/ + true + /content/repositories/snapshots/ + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + + + 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 + + + 0 + 1 + + + + + + + + + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + \ No newline at end of file