]> git.pld-linux.org Git - packages/maven.git/commitdiff
- workaround -Djava.home stupidity
authorpawelz <pawelz@pld-linux.org>
Wed, 25 Mar 2009 20:45:06 +0000 (20:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    maven-build.patch -> 1.1

maven-build.patch [new file with mode: 0644]

diff --git a/maven-build.patch b/maven-build.patch
new file mode 100644 (file)
index 0000000..4c2bf68
--- /dev/null
@@ -0,0 +1,10 @@
+--- build.xml~ 2009-03-25 20:30:34.000000000 +0100
++++ build.xml  2009-03-25 20:35:05.000000000 +0100
+@@ -158,6 +158,7 @@
+   <target name="maven-compile" depends="compile-boot" description="compiles Maven using the bootstrap Maven, skipping automated tests">
+     <java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true">
+       <classpath refid="maven.classpath"/>
++      <arg value="-Djava.home=${env.JAVA_HOME}/jre"/>
+       <arg value="-B"/>
+       <arg value="-e"/>
+       <arg value="clean"/>
This page took 0.136303 seconds and 4 git commands to generate.