From 35b2b4414405c0c3f7c06171ae0e1ebca3214e40 Mon Sep 17 00:00:00 2001 From: Claudio David Gasparini Date: Tue, 1 Dec 2020 14:53:40 +0100 Subject: Introduce CPS-checkstyle new module will define our own java checkstyle. Which should extend any rule desired and not covered already by onap checkstyle Issue-ID: CPS-120 Signed-off-by: Claudio David Gasparini Change-Id: I956d28770e107658c1b631eb277cff56e13bcf80 --- cps-parent/pom.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) (limited to 'cps-parent') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 99f60951f..5aa65a25d 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -214,6 +214,25 @@ org.apache.maven.plugins maven-checkstyle-plugin + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + + ${project.build.sourceDirectory} + + false + warning + true + + onap-java-style @@ -222,7 +241,9 @@ process-sources onap-checkstyle/onap-java-style.xml - ${project.build.sourceDirectory} + + ${project.build.sourceDirectory} + true true true @@ -231,6 +252,25 @@ true + + cps-java-style + + check + + process-sources + + cps-java-style.xml + + ${project.build.sourceDirectory} + + true + true + true + true + warning + true + + @@ -238,6 +278,11 @@ checkstyle ${oparent.version} + + ${project.groupId} + checkstyle + ${project.version} + -- cgit 1.2.3-korg