tfischer 2004/12/06 10:55:59
Modified: . Tag: TORQUE_3_1_BRANCH maven.xml
Log:
Pass property to ant process to fix runtime test
Revision Changes Path
No revision
No revision
1.20.2.5 +4 -2 db-torque/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/db-torque/maven.xml,v
retrieving revision 1.20.2.4
retrieving revision 1.20.2.5
diff -u -r1.20.2.4 -r1.20.2.5
--- maven.xml 1 Nov 2004 14:16:54 -0000 1.20.2.4
+++ maven.xml 6 Dec 2004 18:55:59 -0000 1.20.2.5
@@ -57,7 +57,9 @@
<ant antfile="build-test.xml"
target="test"
- inheritAll="false"/>
+ inheritAll="false">
+ <property name="maven.repo.local" value="${maven.repo.local}" />
+ </ant>
</goal>
<goal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]