From 798f2f74c6352fc58a5010921c3d2fc8ca894da8 Mon Sep 17 00:00:00 2001 From: jensp Date: Tue, 21 Nov 2017 18:45:34 +0000 Subject: [PATCH] CCM NG: Added SpotBugs (FindBugs successor) git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5128 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/pom.xml | 8 ++++ .../VAADIN/themes/ccm-core/styles.css | 2 +- pom.xml | 39 +++++++++++++------ 3 files changed, 37 insertions(+), 12 deletions(-) diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml index 89a3e444e..733486963 100644 --- a/ccm-core/pom.xml +++ b/ccm-core/pom.xml @@ -471,6 +471,14 @@ findbugs-exclude.xml + + com.github.spotbugs + spotbugs-maven-plugin + 3.1.0-RC8 + + findbugs-exclude.xml + + org.apache.maven.plugins maven-pmd-plugin diff --git a/ccm-core/src/main/resources/VAADIN/themes/ccm-core/styles.css b/ccm-core/src/main/resources/VAADIN/themes/ccm-core/styles.css index 813444a96..fdc3a0de9 100644 --- a/ccm-core/src/main/resources/VAADIN/themes/ccm-core/styles.css +++ b/ccm-core/src/main/resources/VAADIN/themes/ccm-core/styles.css @@ -1081,7 +1081,7 @@ */ .v-vaadin-version:after { - content: "8.1.5"; + content: "8.1.6"; } .v-widget { diff --git a/pom.xml b/pom.xml index d253c5748..5b3af1e08 100644 --- a/pom.xml +++ b/pom.xml @@ -127,22 +127,22 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.4.1 + 3.0.0-M1 org.apache.maven.plugins maven-javadoc-plugin - 2.10.4 + 3.0.0-M1 org.apache.maven.plugins maven-surefire-plugin - 2.20 + 2.20.1 org.apache.maven.plugins maven-assembly-plugin - 3.0.0 + 3.1.0 org.apache.maven.plugins @@ -152,7 +152,7 @@ org.apache.maven.plugins maven-war-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins @@ -167,7 +167,7 @@ org.codehaus.mojo versions-maven-plugin - 2.4 + 2.5 org.apache.maven.plugins @@ -213,7 +213,24 @@ org.codehaus.mojo findbugs-maven-plugin - 3.0.4 + 3.0.5 + + true + true + + + + package + + findbugs + + + + + + com.github.spotbugs + spotbugs-maven-plugin + 3.1.0-RC8 true true @@ -240,7 +257,7 @@ org.wildfly.plugins wildfly-maven-plugin - 1.1.0.Final + 1.2.1.Final org.apache.maven.plugins @@ -250,12 +267,12 @@ org.wildfly.swarm wildfly-swarm-plugin - 2017.6.1 + 2017.11.0 com.vaadin vaadin-maven-plugin - 8.1.5 + 8.1.6 @@ -405,7 +422,7 @@ com.vaadin vaadin-bom - 8.1.5 + 8.1.6 import pom