diff --git a/ccm-cms/pom.xml b/ccm-cms/pom.xml index b7a8401f6..47dbe4405 100644 --- a/ccm-cms/pom.xml +++ b/ccm-cms/pom.xml @@ -344,10 +344,19 @@ jacoco-maven-plugin 0.7.9 + org.codehaus.mojo findbugs-maven-plugin - 3.0.4 + 3.0.5 + + + com.github.spotbugs + spotbugs-maven-plugin + 3.1.0-RC8 + + findbugs-exclude.xml + diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml index 733486963..5d5ad63ac 100644 --- a/ccm-core/pom.xml +++ b/ccm-core/pom.xml @@ -463,10 +463,11 @@ jacoco-maven-plugin 0.7.9 + org.codehaus.mojo findbugs-maven-plugin - 3.0.4 + 3.0.5 findbugs-exclude.xml @@ -479,6 +480,7 @@ findbugs-exclude.xml + org.apache.maven.plugins maven-pmd-plugin diff --git a/ccm-shortcuts/pom.xml b/ccm-shortcuts/pom.xml index 734034f97..0a127e0e8 100644 --- a/ccm-shortcuts/pom.xml +++ b/ccm-shortcuts/pom.xml @@ -302,11 +302,21 @@ jacoco-maven-plugin 0.7.9 + org.codehaus.mojo findbugs-maven-plugin - 3.0.4 + 3.0.5 + + com.github.spotbugs + spotbugs-maven-plugin + 3.1.0-RC8 + + findbugs-exclude.xml + + + org.apache.maven.plugins maven-pmd-plugin