You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by mr...@apache.org on 2007/09/13 23:30:27 UTC

svn commit: r575468 - /incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml

Author: mriou
Date: Thu Sep 13 14:30:27 2007
New Revision: 575468

URL: http://svn.apache.org/viewvc?rev=575468&view=rev
Log:
Sure-not-to-fire options to hopefully get some firing.

Modified:
    incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml

Modified: incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml?rev=575468&r1=575467&r2=575468&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml Thu Sep 13 14:30:27 2007
@@ -310,7 +310,18 @@
     </dependencies>
 
     <build>
-        <plugins>
+	<plugins>
+            <plugin>
+	        <groupId>org.apache.maven.plugins</groupId>
+	        <artifactId>maven-surefire-plugin</artifactId>
+	        <version>2.2</version>
+	        <configuration>
+		    <useFile>false</useFile>
+		    <trimStackTrace>false</trimStackTrace>
+		    <useSystemClassLoader>true</useSystemClassLoader>
+	        </configuration>
+	    </plugin>
+
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>



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