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 2012/03/19 20:39:20 UTC

svn commit: r1302617 - in /axis/axis1/java/trunk: maven/pom.xml maven/src/ maven/src/site/ maven/src/site/site.xml pom.xml src/site/site.xml

Author: veithen
Date: Mon Mar 19 19:39:20 2012
New Revision: 1302617

URL: http://svn.apache.org/viewvc?rev=1302617&view=rev
Log:
Fixed the Maven plugin sites.

Added:
    axis/axis1/java/trunk/maven/src/
    axis/axis1/java/trunk/maven/src/site/
    axis/axis1/java/trunk/maven/src/site/site.xml   (with props)
Modified:
    axis/axis1/java/trunk/maven/pom.xml
    axis/axis1/java/trunk/pom.xml
    axis/axis1/java/trunk/src/site/site.xml

Modified: axis/axis1/java/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/pom.xml?rev=1302617&r1=1302616&r2=1302617&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/pom.xml (original)
+++ axis/axis1/java/trunk/maven/pom.xml Mon Mar 19 19:39:20 2012
@@ -72,6 +72,21 @@
         <module>maven-java2wsdl-plugin</module>
         <module>maven-axis-server-plugin</module>
     </modules>
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.4</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>index</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
     
     <!-- TODO: remove this once a ulog release is deployed to Maven Central -->
     <repositories>

Added: axis/axis1/java/trunk/maven/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/src/site/site.xml?rev=1302617&view=auto
==============================================================================
--- axis/axis1/java/trunk/maven/src/site/site.xml (added)
+++ axis/axis1/java/trunk/maven/src/site/site.xml Mon Mar 19 19:39:20 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project>
+    <body>
+        <menu name="Plugins">
+            <item name="maven-wsdl2java-plugin" href="maven-wsdl2java-plugin/index.html"/>
+            <item name="maven-java2wsdl-plugin" href="maven-java2wsdl-plugin/index.html"/>
+            <item name="maven-axis-server-plugin" href="maven-axis-server-plugin/index.html"/>
+        </menu>
+    </body>
+</project>

Propchange: axis/axis1/java/trunk/maven/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: axis/axis1/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1302617&r1=1302616&r2=1302617&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Mon Mar 19 19:39:20 2012
@@ -160,4 +160,11 @@
             </plugin>
         </plugins>
     </reporting>
+    <distributionManagement>
+        <site>
+            <!-- Dummy site URL to be able to use site:stage -->
+            <id>axis-dummy</id>
+            <url>dav:http://localhost/sites/axis</url>
+        </site>
+    </distributionManagement>
 </project>

Modified: axis/axis1/java/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/site.xml?rev=1302617&r1=1302616&r2=1302617&view=diff
==============================================================================
--- axis/axis1/java/trunk/src/site/site.xml (original)
+++ axis/axis1/java/trunk/src/site/site.xml Mon Mar 19 19:39:20 2012
@@ -60,7 +60,7 @@
         </menu>
         <menu name="More...">
             <item name="Ant tasks" href="axis-ant/index.html"/>
-            <item name="Maven plugin" href="axis-maven-plugin/index.html"/>
+            <item name="Maven plugins" href="maven/index.html"/>
             <item name="Castor support" href="axis-castor/index.html"/>
             <item name="JMS transport" href="axis-jms/index.html"/>
             <item name="java.net HTTP transport" href="axis-rt-transports-http-javanet/index.html"/>