diff --git a/pmd/project.properties b/pmd/project.properties
index 527bd96e1f..895f2c4700 100644
--- a/pmd/project.properties
+++ b/pmd/project.properties
@@ -7,3 +7,10 @@ maven.compile.target=1.4
# Avoid that unit tests are running twice
maven.clover.execute.during.report=false
maven.clover.license.path=${basedir}/etc/clover.license
+
+# this can be removed when asm-3.0.jar appears on ibiblio
+maven.jar.override = on
+maven.jar.asm = ${basedir}/lib/asm-3.0.jar
+
+maven.junit.fork=true
+maven.junit.forkmode=once
\ No newline at end of file
diff --git a/pmd/project.xml b/pmd/project.xml
index a61be257c8..a66dc61801 100644
--- a/pmd/project.xml
+++ b/pmd/project.xml
@@ -159,62 +159,62 @@
Developer
+
+
+ Allan Caplan
+ allancaplan
+ allancaplan@users.sourceforge.net
+
+ Developer
+
+
+
+
+ Sven Jacob
+ holobender
+ holobender@users.sourceforge.net
+
+ Developer
+
+
+
+
+ Wouter Zelle
+ wfzelle
+ wfzelle@users.sourceforge.net
+
+ Developer
+
+
+
+
+ Brian Remedios
+ hooperbloob
+ hooperbloob@users.sourceforge.net
+
+ Developer
+
+
+
+
+ Xavier Le Vourch
+ xlv
+ xlv@users.sourceforge.net
+
+ Developer
+
+
+
+
+ Johan Nagels
+ bluejohn
+ bluejohn@users.sourceforge.net
+
+ Developer
+
+
-
- Allan Caplan
- allancaplan
- allancaplan@users.sourceforge.net
-
- Developer
-
-
-
-
- Sven Jacob
- holobender
- holobender@users.sourceforge.net
-
- Developer
-
-
-
-
- Wouter Zelle
- wfzelle
- wfzelle@users.sourceforge.net
-
- Developer
-
-
-
-
- Brian Remedios
- hooperbloob
- hooperbloob@users.sourceforge.net
-
- Developer
-
-
-
-
- Xavier Le Vourch
- xlv
- xlv@users.sourceforge.net
-
- Developer
-
-
-
-
- Johan Nagels
- bluejohn
- bluejohn@users.sourceforge.net
-
- Developer
-
-
-
@@ -249,6 +249,14 @@
**/*Test.java
+
+
+ ${basedir}/regress/
+
+ **/*.xml
+
+
+
diff --git a/pmd/xdocs/credits.xml b/pmd/xdocs/credits.xml
index 4507d54580..c046c11882 100644
--- a/pmd/xdocs/credits.xml
+++ b/pmd/xdocs/credits.xml
@@ -54,6 +54,7 @@
+ - Lukas Theussl - Patch to bring Maven configuration files up to date
- Jason Bennett - Rewrite of annotation-based warning suppression to allow for rule-specific suppression, noticed useless line in XSLT scripts, fix for UnnecessaryLocalBeforeReturn, wrote NPathComplexity rule, patches to improve CyclomaticComplexity rule, Implemented: UseCollectionIsEmpty, NcssTypeCount, NcssMethodCount, NcssConstructor
- Brent Fisher - Fixed report backslash bug, SummaryHTML report improvements
- Thomas Leplus - Rewrote UselessStringValueOf