Author: antelder
Date: Fri May 8 15:05:58 2009
New Revision: 773026
URL: http://svn.apache.org/viewvc?rev=773026&view=rev
Log:
Clean up the old stuff from the pom.xml
Modified:
tuscany/java/sca/samples/helloworld-bpel/pom.xml
Modified: tuscany/java/sca/samples/helloworld-bpel/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-bpel/pom.xml?rev=773026&r1=773025&r2=773026&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-bpel/pom.xml (original)
+++ tuscany/java/sca/samples/helloworld-bpel/pom.xml Fri May 8 15:05:58 2009
@@ -61,17 +61,6 @@
<finalName>${artifactId}</finalName>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <!-- http://jira.codehaus.org/browse/SUREFIRE-322
-->
- <version>2.3.1</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>
<executions>