diff --git a/.settings/edu.umd.cs.findbugs.core.prefs b/.settings/edu.umd.cs.findbugs.core.prefs
index 6079313daa28f3e42db537e8b0ae32f3af66f0bc..2d38a8b44df00693ed11f5a948151851046f267d 100644
--- a/.settings/edu.umd.cs.findbugs.core.prefs
+++ b/.settings/edu.umd.cs.findbugs.core.prefs
@@ -1,5 +1,5 @@
 #FindBugs User Preferences
-#Tue Apr 28 13:44:32 CEST 2015
+#Tue Apr 28 15:24:50 CEST 2015
 detector_threshold=3
 effort=max
 excludefilter0=.fbExcludeFilterFile|true
diff --git a/conf/quality-config/pmd-ruleset.xml b/conf/quality-config/pmd-ruleset.xml
index 4c922b9bb908e79042fd99cacb7a79367556c233..518eae3d474783823580b8ee1432d6bcb8157a5e 100644
--- a/conf/quality-config/pmd-ruleset.xml
+++ b/conf/quality-config/pmd-ruleset.xml
@@ -81,6 +81,6 @@
 		<exclude name="SimplifyStartsWith" />
 	</rule>
 	
-<!-- 	<rule ref="rulesets/chw/basic.xml" /> -->
+	<rule ref="rulesets/chw/basic.xml" />
 
 </ruleset>
\ No newline at end of file
diff --git a/conf/quality-config/pmd/CustomPmdRules_1.0.0.201504281519.jar b/conf/quality-config/pmd/CustomPmdRules_1.0.0.201504281519.jar
new file mode 100644
index 0000000000000000000000000000000000000000..6d18129629be2f478231a75d4469c119cccf3c1c
Binary files /dev/null and b/conf/quality-config/pmd/CustomPmdRules_1.0.0.201504281519.jar differ
diff --git a/pom.xml b/pom.xml
index 6af5ac45ca865d4906e0680c1de965811fae3bfd..75f41b775d8f601e2600c7f0b53255d85ead7aaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,8 @@
 						<groupId>de.chw</groupId>
 						<artifactId>pmd.ruleset</artifactId>
 						<version>0.0.1-SNAPSHOT</version>
+						<scope>system</scope>
+						<systemPath>${project.basedir}/conf/quality-config/pmd/CustomPmdRules_1.0.0.201504281519.jar</systemPath>
 					</dependency>
 				</dependencies>
 				<configuration>