forked from phoedos/pmd
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
This commit is contained in:
parent
17442f2028
commit
a3393f4b13
@ -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
|
||||
|
@ -270,10 +270,11 @@ minor fixes if needed until 5.0 is released.</p>
|
||||
<id>jaxen</id>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<id>asm</id>
|
||||
<version>3.2</version>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<id>junit</id>
|
||||
<version>4.4</version>
|
||||
|
Loading…
x
Reference in New Issue
Block a user