summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-12 15:29:45 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-12 15:29:45 +0000
commit5bd7ebb83f8071139dfb7a4ccdc232d132411e31 (patch)
treec75f5b4961e7cea7349ab85f394073dc31b260e5 /sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
parent11607cb7e42de53e45ba03eebda472ceb2702df2 (diff)
Should have been excluding ASM tests not JCA tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021798 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
index aacbb3f76d..e6e208dd6d 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
@@ -106,14 +106,14 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/JCA_5016_TestCase.java</exclude><!-- TUSCANY-3709 -->
- <exclude>**/JCA_6004_TestCase.java</exclude><!-- TUSCANY-3709 -->
- <exclude>**/JCA_6007_TestCase.java</exclude><!-- TUSCANY-3709 -->
- <exclude>**/JCA_6008_TestCase.java</exclude><!-- TUSCANY-3709 -->
- <exclude>**/JCA_6014_TestCase.java</exclude><!-- TUSCANY-3709 -->
- <exclude>**/JCA_6034_TestCase.java</exclude><!-- TUSCANY-3709 -->
- <exclude>**/JCA_12007_TestCase.java</exclude><!-- TUSCANY-3709 -->
- <exclude>**/JCA_12008_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/ASM_5016_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/ASM_6004_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/ASM_6007_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/ASM_6008_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/ASM_6014_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/ASM_6034_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/ASM_12007_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/ASM_12008_TestCase.java</exclude><!-- TUSCANY-3709 -->
</excludes>
</configuration>
</plugin>