From 59bd044588632420a0460ed12fbb81a9c39b4d58 Mon Sep 17 00:00:00 2001 From: Christian Wulf <chw@informatik.uni-kiel.de> Date: Wed, 13 May 2015 07:17:31 +0200 Subject: [PATCH] updated pmd config in pom --- .settings/edu.umd.cs.findbugs.core.prefs | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.settings/edu.umd.cs.findbugs.core.prefs b/.settings/edu.umd.cs.findbugs.core.prefs index ebe54a3d..85f5d547 100644 --- a/.settings/edu.umd.cs.findbugs.core.prefs +++ b/.settings/edu.umd.cs.findbugs.core.prefs @@ -1,5 +1,5 @@ #FindBugs User Preferences -#Mon May 04 12:38:24 CEST 2015 +#Wed May 13 07:17:09 CEST 2015 detector_threshold=3 effort=max excludefilter0=.fbExcludeFilterFile|true diff --git a/pom.xml b/pom.xml index 5edb3eed..ab94f96d 100644 --- a/pom.xml +++ b/pom.xml @@ -264,7 +264,7 @@ <artifactId>pmd.ruleset</artifactId> <version>0.0.1-SNAPSHOT</version> <scope>system</scope> - <systemPath>${project.basedir}/conf/quality-config/pmd/CustomPmdRules_1.0.0.201504281612.jar</systemPath> + <systemPath>${project.basedir}/conf/quality-config/pmd/CustomPmdRules_1.0.0.201505130542.jar</systemPath> </dependency> </dependencies> <configuration> -- GitLab