From 6e1e402ed69f00fbd236241368184082765b291e Mon Sep 17 00:00:00 2001 From: Alex Herbert Date: Thu, 19 Aug 2021 00:09:46 +0100 Subject: [PATCH] Remove plugin checks from default goal These plugins already run using executions: apache-rat:check (validate) checkstyle:check (verify) Added to verify using executions: pmd:check spotbugs:check --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4100484fe..da6ee151d 100644 --- a/pom.xml +++ b/pom.xml @@ -274,7 +274,7 @@ - clean verify apache-rat:check checkstyle:check pmd:check spotbugs:check javadoc:javadoc + clean verify javadoc:javadoc org.apache.maven.plugins @@ -354,6 +354,14 @@ Default ${math.parent.dir}/src/main/resources/spotbugs/spotbugs-exclude-filter.xml + + + verify + + check + + + maven-pmd-plugin @@ -384,10 +392,19 @@ target/generated-sources + + + verify + + check + + + org.apache.rat apache-rat-plugin +