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/14 00:31:26 UTC

svn commit: r1183147 - in /tomcat/maven-plugin/trunk: src/site/ src/site/apt/ tomcat6-maven-plugin/src/site/ tomcat6-maven-plugin/src/site/apt/

Author: olamy
Date: Thu Oct 13 22:31:25 2011
New Revision: 1183147

URL: http://svn.apache.org/viewvc?rev=1183147&view=rev
Log:
start working on the web site

Added:
    tomcat/maven-plugin/trunk/src/site/apt/container-goals.apt   (contents, props changed)
      - copied, changed from r1183131, tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/container-goals.apt
    tomcat/maven-plugin/trunk/src/site/apt/context-goals.apt   (contents, props changed)
      - copied, changed from r1183131, tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/context-goals.apt
Removed:
    tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/container-goals.apt
    tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/context-goals.apt
Modified:
    tomcat/maven-plugin/trunk/src/site/apt/index.apt
    tomcat/maven-plugin/trunk/src/site/site.xml
    tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/site.xml

Copied: tomcat/maven-plugin/trunk/src/site/apt/container-goals.apt (from r1183131, tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/container-goals.apt)
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/apt/container-goals.apt?p2=tomcat/maven-plugin/trunk/src/site/apt/container-goals.apt&p1=tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/container-goals.apt&r1=1183131&r2=1183147&rev=1183147&view=diff
==============================================================================
    (empty)

Propchange: tomcat/maven-plugin/trunk/src/site/apt/container-goals.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/maven-plugin/trunk/src/site/apt/container-goals.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Copied: tomcat/maven-plugin/trunk/src/site/apt/context-goals.apt (from r1183131, tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/context-goals.apt)
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/apt/context-goals.apt?p2=tomcat/maven-plugin/trunk/src/site/apt/context-goals.apt&p1=tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/site/apt/context-goals.apt&r1=1183131&r2=1183147&rev=1183147&view=diff
==============================================================================
    (empty)

Propchange: tomcat/maven-plugin/trunk/src/site/apt/context-goals.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/maven-plugin/trunk/src/site/apt/context-goals.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: tomcat/maven-plugin/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/apt/index.apt?rev=1183147&r1=1183146&r2=1183147&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/src/site/apt/index.apt (original)
+++ tomcat/maven-plugin/trunk/src/site/apt/index.apt Thu Oct 13 22:31:25 2011
@@ -26,8 +26,21 @@
  ~~ NOTE: For help with the syntax of this file, see:
  ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-  This is the new for the Tomcat Maven Plugin (previously hosted at Codehaus).
+Apache Tomcat Maven Plugin
+
+  This is the new home for the Tomcat Maven Plugin (previously hosted at Codehaus).
   The version 2.0 which will support Tomcat7 is under developpement.
 
   Prior to version 2.0, tomcat mojos has been renamed to tomcat6 and tomcat7 with the same goals.
 
+ The Tomcat Maven Plugin provides goals to manipulate WAR projects within the {{{http://tomcat.apache.org/}Tomcat}} servlet container.
+
+* Goals Overview
+
+  The goals for this plugin come in two categories:
+
+  * {{{./context-goals.html}Goals to manipulate deployed projects within Tomcat}}
+
+  * {{{./container-goals.html}Goals to obtain information from Tomcat}}
+
+

Modified: tomcat/maven-plugin/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/site.xml?rev=1183147&r1=1183146&r2=1183147&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/src/site/site.xml (original)
+++ tomcat/maven-plugin/trunk/src/site/site.xml Thu Oct 13 22:31:25 2011
@@ -46,6 +46,8 @@
 
     <menu name="Apache Tomcat Mojo">
       <item name="About" href="index.html"/>
+      <item name="Context Goals" href="context-goals.html"/>
+      <item name="Container Goals" href="container-goals.html"/>
       <item name="Developement Test" href="snapshot-test.html"/>
     </menu>
 

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=1183147&r1=1183146&r2=1183147&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 Thu Oct 13 22:31:25 2011
@@ -23,8 +23,6 @@
     <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"/>



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