installing saxon9.jar in local repository as it's not in standard repositories
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6499 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -379,6 +379,11 @@
|
||||
<artifactId>asm</artifactId>
|
||||
<version>3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.saxon</groupId>
|
||||
<artifactId>saxon</artifactId>
|
||||
<version>9.1.0.2b</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
@ -40,6 +40,10 @@ if [ buildtype = "release" ]; then
|
||||
fi
|
||||
|
||||
export MAVEN_OPTS="-Xmx512m -Xms192m"
|
||||
|
||||
#making sure saxon9.jar is available as it's not in standard repositories
|
||||
mvn install:install-file -Dfile=lib/saxon9.jar -DgroupId=net.sf.saxon -DartifactId=saxon -Dversion=9.1.0.2b -Dpackaging=jar
|
||||
|
||||
mvn clean site
|
||||
|
||||
cd etc
|
||||
|
Reference in New Issue
Block a user