jstrachan 2003/01/21 10:52:37
Modified: jelly/jelly-tags/junit maven.xml
Log:
Moved the maven goals over from the main build to here.
Revision Changes Path
1.3 +2 -0 jakarta-commons-sandbox/jelly/jelly-tags/junit/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/junit/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 21 Jan 2003 18:10:02 -0000 1.2
+++ maven.xml 21 Jan 2003 18:52:37 -0000 1.3
@@ -17,6 +17,8 @@
<java classname="org.apache.commons.jelly.Jelly" fork="yes">
<classpath refid="test.classpath"/>
<arg value="src/test/org/apache/commons/jelly/tags/junit/runSuite.jelly"/>
+ <sysproperty key="http.proxyHost" value="${maven.proxy.host}"/>
+ <sysproperty key="http.proxyPort" value="${maven.proxy.port}"/>
</java>
</goal>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>