jstrachan 2002/11/07 05:58:58
Modified: . build-bootstrap.xml
Log:
applied Emmanuel's patch so that we always use the full path of the maven script, on
each maven invocation, not just the first reactor
Revision Changes Path
1.172 +2 -2 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- build-bootstrap.xml 7 Nov 2002 11:51:37 -0000 1.171
+++ build-bootstrap.xml 7 Nov 2002 13:58:58 -0000 1.172
@@ -216,7 +216,7 @@
+------------------------------------------------------------------+
</echo>
- <exec executable="${maven.script}" failonerror="true">
+ <exec executable="${maven.command}" failonerror="true">
<arg value="${maven.bootstrap.online}"/>
<arg value="maven:plugins-build"/>
</exec>
@@ -283,7 +283,7 @@
+------------------------------------------------------------------+
</echo>
- <exec executable="${maven.script}" failonerror="true">
+ <exec executable="${maven.command}" failonerror="true">
<arg value="${maven.bootstrap.online}"/>
<arg value="clean"/>
<arg value="java:jar"/>
--
To unsubscribe, e-mail: <mailto:turbine-maven-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-dev-help@;jakarta.apache.org>