Author: bimargulies
Date: Sun Apr 5 13:17:01 2009
New Revision: 762079
URL: http://svn.apache.org/viewvc?rev=762079&view=rev
Log:
Move the w3c test cases and make maven arrangements to avoid copying all of
them, put them in the classpath in place.
Added:
webservices/commons/trunk/modules/XmlSchema/w3c-testcases/
webservices/commons/trunk/modules/XmlSchema/w3c-testcases/w3c/
- copied from r762072,
webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/w3c/
Removed:
webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/w3c/
Modified:
webservices/commons/trunk/modules/XmlSchema/pom.xml
Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?rev=762079&r1=762078&r2=762079&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/pom.xml Sun Apr 5 13:17:01 2009
@@ -202,6 +202,9 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <additionalClasspathElements>
+
<additionalClasspathElement>w3c-testcases</additionalClasspathElement>
+ </additionalClasspathElements>
</configuration>
</plugin>
<plugin>