]> git.pld-linux.org Git - packages/maven.git/blame - maven-build.patch
- workaround -Djava.home stupidity
[packages/maven.git] / maven-build.patch
CommitLineData
2256ee9d 1--- build.xml~ 2009-03-25 20:30:34.000000000 +0100
2+++ build.xml 2009-03-25 20:35:05.000000000 +0100
3@@ -158,6 +158,7 @@
4 <target name="maven-compile" depends="compile-boot" description="compiles Maven using the bootstrap Maven, skipping automated tests">
5 <java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true">
6 <classpath refid="maven.classpath"/>
7+ <arg value="-Djava.home=${env.JAVA_HOME}/jre"/>
8 <arg value="-B"/>
9 <arg value="-e"/>
10 <arg value="clean"/>
This page took 0.073493 seconds and 4 git commands to generate.