diff --git a/.travis.yml b/.travis.yml index adf846447..95e5314e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ env: - DISPLAY=:99.0 before_install: - sh -e /etc/init.d/xvfb start -script: mvn clean verify -f ./ddk-parent/pom.xml + - export WORKSPACE=${PWD} +script: mvn clean verify checkstyle:check pmd:check pmd:cpd-check findbugs:check -f ./ddk-parent/pom.xml --batch-mode --fail-at-end diff --git a/ddk-configuration/launches/Maven Verify.launch b/ddk-configuration/launches/Maven Verify.launch index 549ec6100..1d1b71e66 100644 --- a/ddk-configuration/launches/Maven Verify.launch +++ b/ddk-configuration/launches/Maven Verify.launch @@ -1,12 +1,12 @@ - + - + diff --git a/ddk-parent/pom.xml b/ddk-parent/pom.xml index a24cc1f3d..a36655249 100644 --- a/ddk-parent/pom.xml +++ b/ddk-parent/pom.xml @@ -34,11 +34,9 @@ true ${workspace}/ddk-configuration/pmd/ruleset.xml ${workspace}/ddk-configuration/pmd/ruleset-test.xml - false ${workspace}/ddk-configuration/checkstyle/avaloq.xml ${workspace}/ddk-configuration/checkstyle/avaloq-test.xml ${workspace}/ddk-configuration/findbugs/exclusion-filter.xml - false 2048 @@ -281,8 +279,10 @@ 1.8 100 - xml - false + true + true + true + true false ${pmd.ruleset} @@ -306,7 +306,10 @@ - ${checkstyle.skip} + warning + true + true + true false src ${checkstyle.configLocation} @@ -318,13 +321,12 @@ findbugs-maven-plugin ${findbugs.plugin.version} - true - false + false + true ${findbugs.maxHeap} 15 Low ${findbugs.excludeFilterFile} - ${findbugs.skip} 1024