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/01 21:41:09 UTC

svn commit: r1478156 - in /axis/axis2/java/rampart/trunk: modules/documentation/pom.xml modules/documentation/src/site/site.xml pom.xml

Author: veithen
Date: Wed May  1 19:40:55 2013
New Revision: 1478156

URL: http://svn.apache.org/r1478156
Log:
Upgraded to a recent version of the maven-site-plugin to make it work with Maven 3.

Modified:
    axis/axis2/java/rampart/trunk/modules/documentation/pom.xml
    axis/axis2/java/rampart/trunk/modules/documentation/src/site/site.xml
    axis/axis2/java/rampart/trunk/pom.xml

Modified: axis/axis2/java/rampart/trunk/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/pom.xml?rev=1478156&r1=1478155&r2=1478156&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/modules/documentation/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/modules/documentation/pom.xml Wed May  1 19:40:55 2013
@@ -36,7 +36,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>2.0-beta-5</version>
+                <version>3.2</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>
@@ -49,4 +49,21 @@
             </plugin>
         </plugins>
     </build>
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.6</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>project-team</report>
+                            <report>dependencies</report>
+                            <report>mailing-list</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
 </project>

Modified: axis/axis2/java/rampart/trunk/modules/documentation/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/site.xml?rev=1478156&r1=1478155&r2=1478156&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/modules/documentation/src/site/site.xml (original)
+++ axis/axis2/java/rampart/trunk/modules/documentation/src/site/site.xml Wed May  1 19:40:55 2013
@@ -45,7 +45,7 @@
 		
 		<menu name="Apache Rampart">
 			<item name="Home" href="index.html" />
-			<item name="Downloads">
+			<item name="Downloads" href="javascript:void(0)">
 			        <item name="Releases" href="download.html"/>
 			        <item name="Source Code" href="svn.html"/>
 			</item>

Modified: axis/axis2/java/rampart/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1478156&r1=1478155&r2=1478156&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/pom.xml Wed May  1 19:40:55 2013
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>8</version>
+        <version>13</version>
     </parent>
 
     <groupId>org.apache.rampart</groupId>