Author: coheigea
Date: Tue Jan 13 09:12:30 2009
New Revision: 734185
URL: http://svn.apache.org/viewvc?rev=734185&view=rev
Log:
Update to surefire to run tests with JDK 1.4.2
- Thanks to Dan Kulp for this fix.
Modified:
webservices/wss4j/trunk/pom.xml
Modified: webservices/wss4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=734185&r1=734184&r2=734185&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Tue Jan 13 09:12:30 2009
@@ -194,6 +194,8 @@
<configuration>
<reportFormat>brief</reportFormat>
<useFile>false</useFile>
+
<argLine>-Djava.endorsed.dirs=${basedir}/endorsed</argLine>
+ <forkMode>once</forkMode>
<childDelegation>false</childDelegation>
<includes>
<include>**/PackageTests.java</include>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]