You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/07/28 11:02:02 UTC

svn commit: r979996 - /tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml

Author: antelder
Date: Wed Jul 28 09:02:01 2010
New Revision: 979996

URL: http://svn.apache.org/viewvc?rev=979996&view=rev
Log:
Add excludes for tests not really part of all test runner

Modified:
    tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml

Modified: tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml?rev=979996&r1=979995&r2=979996&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-policy-test-runner/pom.xml Wed Jul 28 09:02:01 2010
@@ -215,6 +215,17 @@
                     </execution>
                 </executions>
             </plugin>
+      <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-surefire-plugin</artifactId>
+         <configuration>
+           <excludes>
+              <exclude>**/POL_3002_TestCase.java</exclude>
+              <exclude>**/POL_4015_TestCase.java</exclude>
+              <exclude>**/POL_4016_TestCase.java</exclude>
+           </excludes>
+         </configuration>
+      </plugin>
         </plugins>
     </build>
 </project>