You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2013/05/05 13:09:23 UTC

svn commit: r1479290 - in /axis/axis1/java/trunk: apidocs/pom.xml pom.xml

Author: veithen
Date: Sun May  5 11:09:23 2013
New Revision: 1479290

URL: http://svn.apache.org/r1479290
Log:
Upgraded to maven-site-plugin 3.2 and fixed mvn site:stage (see http://veithen.blogspot.be/2013/05/maven-patterns-skipping-site-generation.html).

Modified:
    axis/axis1/java/trunk/apidocs/pom.xml
    axis/axis1/java/trunk/pom.xml

Modified: axis/axis1/java/trunk/apidocs/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/apidocs/pom.xml?rev=1479290&r1=1479289&r2=1479290&view=diff
==============================================================================
--- axis/axis1/java/trunk/apidocs/pom.xml (original)
+++ axis/axis1/java/trunk/apidocs/pom.xml Sun May  5 11:09:23 2013
@@ -179,9 +179,18 @@
             </plugin>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
+                <executions>
+                    <execution>
+                        <id>default-site</id>
+                        <phase>site</phase>
+                        <goals>
+                            <goal>site</goal>
+                        </goals>
+                        <configuration>
+                            <skip>true</skip>
+                        </configuration>
+                    </execution>
+                </executions>
             </plugin>
         </plugins>
     </build>

Modified: axis/axis1/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1479290&r1=1479289&r2=1479290&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Sun May  5 11:09:23 2013
@@ -209,7 +209,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.0</version>
+                    <version>3.2</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-assembly-plugin</artifactId>
@@ -370,7 +370,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.2</version>
                 <configuration>
                     <!-- Required by maven-scm-publish-plugin -->
                     <skipDeploy>true</skipDeploy>