You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2011/01/25 14:45:34 UTC

svn commit: r1063276 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Author: slaws
Date: Tue Jan 25 13:45:34 2011
New Revision: 1063276

URL: http://svn.apache.org/viewvc?rev=1063276&view=rev
Log:
comment out the direct otest dependency as this pulls in two copies of Tuscany JARs and add in a line (commented out) to show how to debug surefire tests. 

Modified:
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml?rev=1063276&r1=1063275&r2=1063276&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml Tue Jan 25 13:45:34 2011
@@ -30,13 +30,15 @@
 
     <dependencies>
 
-            <!-- This is only needed to get the module working in Eclipse which doesn't pick it up from the dependency plugin unpack -->
-            <!-- The dependency plugin unpack is needed as presently the surefire plugin wont run tests in a dependency jar -->
+        <!-- This is only needed to get the module working in Eclipse which doesn't pick it up from the dependency plugin unpack -->
+        <!-- The dependency plugin unpack is needed as presently the surefire plugin wont run tests in a dependency jar -->
+<!--
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-otests-sca-j-caa-tests</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
+-->
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
@@ -83,7 +85,11 @@
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-surefire-plugin</artifactId>
          <configuration>
+
            <argLine>-Xms256m -Xmx1024m</argLine>
+<!-- if you want to connect a debugger to a surefire test you can use this
+           <argLine>-Xms256m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000</argLine>
+-->
            <excludes>
            </excludes>
          </configuration>