You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2011/10/10 11:57:47 UTC

svn commit: r1180850 - in /tomcat/maven-plugin/trunk: pom.xml tomcat6-maven-plugin/src/site/site.xml tomcat7-maven-plugin/src/site/ tomcat7-maven-plugin/src/site/site.xml

Author: olamy
Date: Mon Oct 10 09:57:46 2011
New Revision: 1180850

URL: http://svn.apache.org/viewvc?rev=1180850&view=rev
Log:
add site.xml for tomcat7 module, add javadoc in default report

Added:
    tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/site/
    tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/site/site.xml
      - copied, changed from r1180812, tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/site.xml
Modified:
    tomcat/maven-plugin/trunk/pom.xml
    tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/site.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1180850&r1=1180849&r2=1180850&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Mon Oct 10 09:57:46 2011
@@ -439,13 +439,18 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.9</version>
         <configuration>
           <requirements>
             <jdk>${maven.compiler.target}</jdk>
           </requirements>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.8</version>
+      </plugin>
     </plugins>
   </reporting>
 

Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/site.xml?rev=1180850&r1=1180849&r2=1180850&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/site.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/site.xml Mon Oct 10 09:57:46 2011
@@ -35,5 +35,16 @@
       <item name="Deployment" href="examples/deployment.html"/>
       <item name="Deployment to Tomcat 7" href="examples/deployment-tomcat7.html"/>
     </menu>
+
+    <menu ref="modules"/>
+    <menu ref="reports"/>
+
+    <menu name="ASF">
+      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
+      <item name="Foundation" href="http://www.apache.org/foundation/"/>
+      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+    </menu>
+
   </body>
 </project>

Copied: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/site/site.xml (from r1180812, tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/site.xml)
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/site/site.xml?p2=tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/site/site.xml&p1=tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/site.xml&r1=1180812&r2=1180850&rev=1180850&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/site.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/site/site.xml Mon Oct 10 09:57:46 2011
@@ -22,18 +22,18 @@
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="Goals" href="plugin-info.html"/>
-      <item name="Context Goals" href="context-goals.html"/>
-      <item name="Container Goals" href="container-goals.html"/>
-      <item name="Usage" href="usage.html"/>
-      <item name="FAQ" href="faq.html"/>
       <item name="Javadoc" href="apidocs/index.html"/>
     </menu>
-    <menu name="Examples">
-      <item name="Adding System Properties" href="examples/add-system-properties.html"/>
-      <item name="Adjust Tomcat Version" href="examples/adjust-embedded-tomcat-version.html"/>
-      <item name="Deployment" href="examples/deployment.html"/>
-      <item name="Deployment to Tomcat 7" href="examples/deployment-tomcat7.html"/>
+
+    <menu ref="modules"/>
+    <menu ref="reports"/>
+
+    <menu name="ASF">
+      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
+      <item name="Foundation" href="http://www.apache.org/foundation/"/>
+      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
     </menu>
+
   </body>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org