Author: veithen
Date: Tue May 19 03:12:05 2015
New Revision: 1680154
URL: http://svn.apache.org/r1680154
Log:
Fix build failure with release profile.
Modified:
webservices/axiom/trunk/testing/soap-testsuite/pom.xml
Modified: webservices/axiom/trunk/testing/soap-testsuite/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/soap-testsuite/pom.xml?rev=1680154&r1=1680153&r2=1680154&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/soap-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/soap-testsuite/pom.xml Tue May 19 03:12:05
2015
@@ -71,6 +71,8 @@
<!-- the schemas have their own copyright
notices -->
<exclude>src/main/resources/org/apache/axiom/ts/soap/xsd/*</exclude>
<!-- test messages obviously cannot all
contain a valid license header -->
+
<exclude>src/main/resources/org/apache/axiom/ts/soap/mtom/**</exclude>
+
<exclude>src/main/resources/org/apache/axiom/ts/soap/swa/**</exclude>
<exclude>src/main/resources/test-message/**</exclude>
</excludes>
</configuration>