X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=9a60d65f79f68d6087c8e3a66b87e8ed95e69f2c;hb=4edf0fa48892bf38d0e3838d125e9bf2324b38e0;hp=21e4090517d8b6ba99f413e2a59c1dc036c888ec;hpb=82aaf956855507e5a72d5ef5b45e398430d04a7a;p=dcaegen2%2Fanalytics%2Ftca.git diff --git a/pom.xml b/pom.xml index 21e4090..9a60d65 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,7 @@ 3.0.2 3.5 2.19.1 + 2.16 2.10.4 2.4 2.4 @@ -115,6 +116,9 @@ true true true + true + checkstyle.xml + suppressions.xml false https://nexus.onap.org content/repositories/snapshots/ @@ -767,6 +771,39 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.plugin.version} + + + validate + validate + + ${checkstyle.file.name} + ${checkstyle.suppression.file.name} + UTF-8 + true + + ${checkstyle.failOnViolation} + true + ${project.reporting.outputDirectory}/checkstyle + + + check + + + + + + com.puppycrawl.tools + checkstyle + 6.19 + + + + org.apache.maven.plugins @@ -797,7 +834,6 @@ - external.atlassian.jgitflow jgitflow-maven-plugin @@ -940,6 +976,12 @@ findbugs-maven-plugin + + org.apache.maven.plugins + maven-checkstyle-plugin + false + + external.atlassian.jgitflow jgitflow-maven-plugin @@ -954,6 +996,14 @@ org.apache.maven.plugins maven-site-plugin + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${checkstyle.file.name} + ${checkstyle.suppression.file.name} + + org.apache.maven.plugins maven-jxr-plugin