Author: veithen
Date: Mon May 25 04:07:17 2015
New Revision: 1681553
URL: http://svn.apache.org/r1681553
Log:
Skip deployment of artifacts that don't need to be downloadable from Maven
repositories.
Modified:
webservices/axiom/trunk/devguide/pom.xml
webservices/axiom/trunk/distribution/pom.xml
webservices/axiom/trunk/userguide/pom.xml
Modified: webservices/axiom/trunk/devguide/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/devguide/pom.xml?rev=1681553&r1=1681552&r2=1681553&view=diff
==============================================================================
--- webservices/axiom/trunk/devguide/pom.xml (original)
+++ webservices/axiom/trunk/devguide/pom.xml Mon May 25 04:07:17 2015
@@ -110,6 +110,12 @@
</executions>
</plugin>
<plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>
Modified: webservices/axiom/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/distribution/pom.xml?rev=1681553&r1=1681552&r2=1681553&view=diff
==============================================================================
--- webservices/axiom/trunk/distribution/pom.xml (original)
+++ webservices/axiom/trunk/distribution/pom.xml Mon May 25 04:07:17 2015
@@ -142,6 +142,12 @@
</executions>
</plugin>
<plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
Modified: webservices/axiom/trunk/userguide/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/userguide/pom.xml?rev=1681553&r1=1681552&r2=1681553&view=diff
==============================================================================
--- webservices/axiom/trunk/userguide/pom.xml (original)
+++ webservices/axiom/trunk/userguide/pom.xml Mon May 25 04:07:17 2015
@@ -110,6 +110,12 @@
</executions>
</plugin>
<plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-site-plugin</artifactId>
<executions>
<execution>