You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/10/05 09:59:21 UTC

cvs commit: maven/xdocs/reference/plugins index.xml

evenisse    2003/10/05 00:59:21

  Modified:    .        project.properties
               xdocs    navigation.xml
  Added:       xdocs/reference/plugins index.xml
  Log:
  Add optional plugins site generation
  
  Revision  Changes    Path
  1.45      +2 -2      maven/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/project.properties,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- project.properties	17 Sep 2003 05:21:46 -0000	1.44
  +++ project.properties	5 Oct 2003 07:59:21 -0000	1.45
  @@ -51,8 +51,8 @@
   #do not go down to nested subproject
   maven.multiproject.includes=*/project.xml
   maven.multiproject.navigation=independent
  -maven.multiproject.overviewPage.title=Maven Plugins
  -maven.multiproject.overviewPage.link=reference/plugins/index
  +maven.multiproject.overviewPage.title=Maven Core Plugins
  +maven.multiproject.overviewPage.link=reference/plugins/core-plugins
   #maven.multiproject.overviewPage.linkTitle=Plugins
   maven.multiproject.overviewPage.text=The following plugins are provided along with Maven
   
  
  
  
  1.33      +1 -1      maven/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/navigation.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- navigation.xml	26 Sep 2003 03:27:55 -0000	1.32
  +++ navigation.xml	5 Oct 2003 07:59:21 -0000	1.33
  @@ -7,7 +7,7 @@
       <search/>
       <links>
         <item name="Jelly"                   href="http://jakarta.apache.org/commons/jelly/index.html"/>
  -      <item name="Other Plugins"           href="http://maven-plugins.sourceforge.net/"/>
  +      <item name="Plugins"           href="/reference/plugins/index.html"/>
       </links>
      <menu name="Apache">
        <item name="ApacheCon" href="http://apachecon.com/2003/US/index.html" 
  
  
  
  1.1                  maven/xdocs/reference/plugins/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>Maven plugins</title>
      <author email="emmanuel@venisse.net">Emmanuel Venisse</author>
    </properties>
  
    <body>
      <section name="Maven plugins">
        <p>
          This page contains a list of known plugins site. We would be
          very interested if you would drop us a note if you are creating
          a Maven plugin and would like to be added to this list.
        </p>
        <subsection name="Plugins on Maven">
        <table>
          <tr>
            <td><a href="core-plugins.html">Core plugins</a></td><td></td>
          </tr>
          <tr>
            <td><a href="optional.html">Optional plugins</a></td><td></td>
          </tr>
        </table>
      </subsection>
      <subsection name="Plugins on Maven-plugins site">
        <table>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">AlmostPlainText Plug-in</a></td>
            <td></td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">Dbunit Plug-in</a></td>
            <td>Dbunit tasks</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">Debian package plugin</a></td>
            <td>A plugin to create debian packages.</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">Doxygen Plug-in</a></td>
            <td>Maven Plugin for doxygen</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">FindBugs Plug-in</a></td>
            <td>Findbugs tasks</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">Help Plugin</a></td>
            <td>Show some Help about Maven</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">Java Application Plugin</a></td>
            <td>Generates an executable JAR</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">JAVANCSS Plug-in</a></td>
            <td>Plugin for JAVANCSS</td>  
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">JUNITPP Plug-in</a></td>
            <td>Plugin for JUNITPP</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">Kodo Plugin</a></td>
            <td>Plugin for Solarmetric's Kodo JDO implementation</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">RPM Plugin</a></td>
            <td>Plugin to generate RPM's (Redhat Package)</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">Simplified DOCBOOK Plug-in</a></td>
            <td>Plugin for Simplified DOCBOOK</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">Canoo WebTest Plug-in</a></td>
            <td>Plugin for Canoo WebTest</td>
          </tr>
          <tr>
            <td><a href="http://maven-plugins.sourceforge.net/">Wiki Plugin</a></td>
            <td>Generate a Wiki from your project !</td>
          </tr>
        </table>
      </subsection>
      <subsection name="Plugins on XDoclet site">
        <table>
          <tr>
            <td><a href="http://xdoclet.sourceforge.net/maven-plugin.html">XDoclet plugin</a></td>
            <td>Plugin for XDoclet</td>
          </tr>
        </table>
      </subsection>
      </section>
    </body>
  </document>
  
  
  

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