From a3393f4b1398a21807ab6bf1ab1ff92963fa05c7 Mon Sep 17 00:00:00 2001 From: Romain Pelisse Date: Sun, 11 Sep 2011 19:15:58 +0000 Subject: [PATCH] remove dependency to asm in project.xml As it seems that ASM is no longer available in Maven 1 repository, this dependency leads to a build failure. As Maven 1 is ONLY used to generate the xdocs documenation, and has been removed from the trunk, it does not seems relevant to try to fix this. Removing the depedency does allow one to build the documentation, which what we need here... git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@7246 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/project.properties | 2 +- pmd/project.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pmd/project.properties b/pmd/project.properties index 24d28cca38..fa8db69a77 100644 --- a/pmd/project.properties +++ b/pmd/project.properties @@ -14,7 +14,7 @@ maven.clover.license.path=${basedir}/etc/clover.license # this can be removed when asm-3.2.jar appears on ibiblio maven.jar.override = on -maven.jar.asm = ${basedir}/lib/asm-3.2.jar +#maven.jar.asm = ${basedir}/lib/asm-3.2.jar maven.junit.fork=true maven.junit.forkmode=once diff --git a/pmd/project.xml b/pmd/project.xml index 09c1a5dc52..08cae3e345 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -270,10 +270,11 @@ minor fixes if needed until 5.0 is released.

jaxen 1.1.1 - + junit 4.4