From 28df5aa29725becf5d51ebe52a06248f6d22f4d6 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Sat, 17 Mar 2018 08:50:56 -0400 Subject: [PATCH] Move checkstyle config to aaa-parent Change-Id: I0d9b6fc2f2eec27f2d438148bd3cb148901d72ff Signed-off-by: Tom Pantelis --- aaa-authn-api/pom.xml | 12 ------------ aaa-cert/pom.xml | 7 ------- aaa-cli-jar/pom.xml | 16 ---------------- aaa-cli/pom.xml | 12 ------------ aaa-encrypt-service/pom.xml | 7 ------- aaa-filterchain/pom.xml | 7 ------- aaa-shiro-act/impl/pom.xml | 11 ----------- aaa-shiro/api/pom.xml | 12 ------------ aaa-shiro/impl/pom.xml | 7 ------- parent/pom.xml | 7 +++++++ web/api/pom.xml | 7 ------- web/impl-osgi/pom.xml | 7 ------- 12 files changed, 7 insertions(+), 105 deletions(-) diff --git a/aaa-authn-api/pom.xml b/aaa-authn-api/pom.xml index 0764b8ae0..126535665 100644 --- a/aaa-authn-api/pom.xml +++ b/aaa-authn-api/pom.xml @@ -34,16 +34,4 @@ javax.servlet-api - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - diff --git a/aaa-cert/pom.xml b/aaa-cert/pom.xml index 8b174ef5e..7fb152da9 100644 --- a/aaa-cert/pom.xml +++ b/aaa-cert/pom.xml @@ -69,13 +69,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - org.apache.felix maven-bundle-plugin diff --git a/aaa-cli-jar/pom.xml b/aaa-cli-jar/pom.xml index 0afa0b9c4..682fb87fd 100644 --- a/aaa-cli-jar/pom.xml +++ b/aaa-cli-jar/pom.xml @@ -162,22 +162,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - diff --git a/aaa-cli/pom.xml b/aaa-cli/pom.xml index c4a0ef21a..f82377756 100644 --- a/aaa-cli/pom.xml +++ b/aaa-cli/pom.xml @@ -67,16 +67,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL test - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - diff --git a/aaa-encrypt-service/pom.xml b/aaa-encrypt-service/pom.xml index add00787c..0a99f0baf 100644 --- a/aaa-encrypt-service/pom.xml +++ b/aaa-encrypt-service/pom.xml @@ -86,13 +86,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - org.codehaus.mojo build-helper-maven-plugin diff --git a/aaa-filterchain/pom.xml b/aaa-filterchain/pom.xml index 6dfd75141..6a844e9dd 100644 --- a/aaa-filterchain/pom.xml +++ b/aaa-filterchain/pom.xml @@ -64,13 +64,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - org.codehaus.mojo build-helper-maven-plugin diff --git a/aaa-shiro-act/impl/pom.xml b/aaa-shiro-act/impl/pom.xml index fe6c8fad4..f2997a9a2 100644 --- a/aaa-shiro-act/impl/pom.xml +++ b/aaa-shiro-act/impl/pom.xml @@ -31,15 +31,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.version} - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - diff --git a/aaa-shiro/api/pom.xml b/aaa-shiro/api/pom.xml index e20eef385..8474aae33 100644 --- a/aaa-shiro/api/pom.xml +++ b/aaa-shiro/api/pom.xml @@ -30,16 +30,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.version} - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - diff --git a/aaa-shiro/impl/pom.xml b/aaa-shiro/impl/pom.xml index 980a4f5db..586b07ec3 100644 --- a/aaa-shiro/impl/pom.xml +++ b/aaa-shiro/impl/pom.xml @@ -196,13 +196,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - org.apache.felix maven-bundle-plugin diff --git a/parent/pom.xml b/parent/pom.xml index 84bd834bd..6bddc1c6b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -100,6 +100,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + org.jacoco jacoco-maven-plugin diff --git a/web/api/pom.xml b/web/api/pom.xml index e959b1911..f1c4646c7 100644 --- a/web/api/pom.xml +++ b/web/api/pom.xml @@ -55,13 +55,6 @@ org.apache.aries.blueprint blueprint-maven-plugin - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - org.codehaus.mojo findbugs-maven-plugin diff --git a/web/impl-osgi/pom.xml b/web/impl-osgi/pom.xml index 76e3b58e8..8a60edf57 100644 --- a/web/impl-osgi/pom.xml +++ b/web/impl-osgi/pom.xml @@ -61,13 +61,6 @@ org.apache.aries.blueprint blueprint-maven-plugin - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - org.codehaus.mojo findbugs-maven-plugin -- 2.36.6