Author: veithen
Date: Tue Jun 2 21:48:54 2015
New Revision: 1683193
URL: http://svn.apache.org/r1683193
Log:
Remove the skipDeploy option from maven-site-plugin; it is already set in
ws-parent.
Modified:
webservices/axiom/trunk/aspects/pom.xml
webservices/axiom/trunk/axiom-all/pom.xml
webservices/axiom/trunk/axiom-api/pom.xml
webservices/axiom/trunk/axiom-c14n/pom.xml
webservices/axiom/trunk/axiom-compat/pom.xml
webservices/axiom/trunk/axiom-jaxb/pom.xml
webservices/axiom/trunk/buildutils/pom.xml
webservices/axiom/trunk/distribution/pom.xml
webservices/axiom/trunk/implementations/pom.xml
webservices/axiom/trunk/samples/pom.xml
webservices/axiom/trunk/systests/pom.xml
webservices/axiom/trunk/testing/pom.xml
Modified: webservices/axiom/trunk/aspects/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/aspects/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/aspects/pom.xml (original)
+++ webservices/axiom/trunk/aspects/pom.xml Tue Jun 2 21:48:54 2015
@@ -86,7 +86,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/axiom-all/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-all/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-all/pom.xml (original)
+++ webservices/axiom/trunk/axiom-all/pom.xml Tue Jun 2 21:48:54 2015
@@ -115,7 +115,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/axiom-api/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-api/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-api/pom.xml (original)
+++ webservices/axiom/trunk/axiom-api/pom.xml Tue Jun 2 21:48:54 2015
@@ -271,7 +271,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/axiom-c14n/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-c14n/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-c14n/pom.xml (original)
+++ webservices/axiom/trunk/axiom-c14n/pom.xml Tue Jun 2 21:48:54 2015
@@ -70,7 +70,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/axiom-compat/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-compat/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-compat/pom.xml (original)
+++ webservices/axiom/trunk/axiom-compat/pom.xml Tue Jun 2 21:48:54 2015
@@ -104,7 +104,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/axiom-jaxb/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-jaxb/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-jaxb/pom.xml (original)
+++ webservices/axiom/trunk/axiom-jaxb/pom.xml Tue Jun 2 21:48:54 2015
@@ -108,7 +108,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/buildutils/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/pom.xml (original)
+++ webservices/axiom/trunk/buildutils/pom.xml Tue Jun 2 21:48:54 2015
@@ -73,7 +73,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/distribution/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/distribution/pom.xml (original)
+++ webservices/axiom/trunk/distribution/pom.xml Tue Jun 2 21:48:54 2015
@@ -149,7 +149,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/implementations/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/pom.xml (original)
+++ webservices/axiom/trunk/implementations/pom.xml Tue Jun 2 21:48:54 2015
@@ -111,7 +111,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/samples/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/samples/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/samples/pom.xml (original)
+++ webservices/axiom/trunk/samples/pom.xml Tue Jun 2 21:48:54 2015
@@ -98,7 +98,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/systests/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/pom.xml (original)
+++ webservices/axiom/trunk/systests/pom.xml Tue Jun 2 21:48:54 2015
@@ -52,7 +52,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
Modified: webservices/axiom/trunk/testing/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/pom.xml?rev=1683193&r1=1683192&r2=1683193&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/pom.xml (original)
+++ webservices/axiom/trunk/testing/pom.xml Tue Jun 2 21:48:54 2015
@@ -69,7 +69,6 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
- <skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>