From fe426fd346bbe754ec124ce6cfaa6f810075f6dd Mon Sep 17 00:00:00 2001 From: Mirko Friedenhagen Date: Tue, 12 Oct 2010 23:11:03 +0200 Subject: [PATCH] Introduce findbugs and pmd in Maven3. --- app/src/conf/findbugs-exclude.xml | 9 +++++++++ pom.xml | 22 ++++++++++++++++++++++ src/conf/findbugs-exclude.xml | 2 ++ test/src/conf/findbugs-exclude.xml | 2 ++ 4 files changed, 35 insertions(+) create mode 100644 app/src/conf/findbugs-exclude.xml create mode 100644 src/conf/findbugs-exclude.xml create mode 100644 test/src/conf/findbugs-exclude.xml diff --git a/app/src/conf/findbugs-exclude.xml b/app/src/conf/findbugs-exclude.xml new file mode 100644 index 0000000..ff73b64 --- /dev/null +++ b/app/src/conf/findbugs-exclude.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/pom.xml b/pom.xml index 1d9e19d..3834f95 100644 --- a/pom.xml +++ b/pom.xml @@ -278,6 +278,28 @@ cobertura-maven-plugin 2.4 + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2-SNAPSHOT + + true + false + low + src/conf/findbugs-exclude.xml + + + + org.apache.maven.plugins + maven-pmd-plugin + + utf-8 + 100 + 1.6 + xml + false + + diff --git a/src/conf/findbugs-exclude.xml b/src/conf/findbugs-exclude.xml new file mode 100644 index 0000000..43bc332 --- /dev/null +++ b/src/conf/findbugs-exclude.xml @@ -0,0 +1,2 @@ + + diff --git a/test/src/conf/findbugs-exclude.xml b/test/src/conf/findbugs-exclude.xml new file mode 100644 index 0000000..43bc332 --- /dev/null +++ b/test/src/conf/findbugs-exclude.xml @@ -0,0 +1,2 @@ + +