You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2014/01/21 19:48:39 UTC

svn commit: r1560138 - in /webservices/xmlschema/trunk: w3c-testcases/pom.xml xmlschema-bundle-test/pom.xml

Author: dkulp
Date: Tue Jan 21 18:48:39 2014
New Revision: 1560138

URL: http://svn.apache.org/r1560138
Log:
Don't deploy the test stuff, kind of pointless and not needed

Modified:
    webservices/xmlschema/trunk/w3c-testcases/pom.xml
    webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml

Modified: webservices/xmlschema/trunk/w3c-testcases/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/w3c-testcases/pom.xml?rev=1560138&r1=1560137&r2=1560138&view=diff
==============================================================================
--- webservices/xmlschema/trunk/w3c-testcases/pom.xml (original)
+++ webservices/xmlschema/trunk/w3c-testcases/pom.xml Tue Jan 21 18:48:39 2014
@@ -28,6 +28,10 @@
     <artifactId>w3c-testcases</artifactId>
     <packaging>jar</packaging>
     <name>XmlSchema W3C tests</name>
+    <properties>
+        <!-- don't deploy this as this is just test data and a large amount of it -->
+        <maven.deploy.skip>true</maven.deploy.skip>
+    </properties>
     <build>
         <defaultGoal>install</defaultGoal>
 	<plugins>

Modified: webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml?rev=1560138&r1=1560137&r2=1560138&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml (original)
+++ webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml Tue Jan 21 18:48:39 2014
@@ -31,6 +31,10 @@
     <build>
         <defaultGoal>install</defaultGoal>
     </build>
+    <properties>
+        <!-- don't deploy this as this is just test data and a large amount of it -->
+        <maven.deploy.skip>true</maven.deploy.skip>
+    </properties>
     <dependencies>
         <dependency>
             <groupId>org.apache.ws.xmlschema</groupId>