diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/assembly/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml index e376b7367a..aa698214b4 100644 --- a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml @@ -74,7 +74,7 @@ <artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/ASM_6015_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <exclude>**/ASM_6015_TestCase.java</exclude><!-- see TUSCANY-3481 -->
</excludes>
</configuration>
</plugin>
|