You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/03/28 21:56:14 UTC

svn commit: r642377 - /incubator/tuscany/java/sdo/pom.xml

Author: rfeng
Date: Fri Mar 28 13:56:13 2008
New Revision: 642377

URL: http://svn.apache.org/viewvc?rev=642377&view=rev
Log:
Enable passing -Djava.endorsed.dirs to surefire plugin for unit test

Modified:
    incubator/tuscany/java/sdo/pom.xml

Modified: incubator/tuscany/java/sdo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/pom.xml?rev=642377&r1=642376&r2=642377&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/pom.xml (original)
+++ incubator/tuscany/java/sdo/pom.xml Fri Mar 28 13:56:13 2008
@@ -167,6 +167,7 @@
                 <version>2.3</version>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
+                    <argLine>-Djava.endorsed.dirs=${java.endorsed.dirs}</argLine>
                     <includes>
                         <include>**/*TestCase.java</include>
                     </includes>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org