maven-plugins/xdocs/index.xml
2004-06-10 19:27:20 +00:00

117 lines
4.1 KiB
XML

<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed 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.
*/
-->
<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 hosted by Maven">
<table>
<tr>
<td><a href="plugins.html">Maven plugins</a></td><td></td>
</tr>
</table>
</subsection>
<subsection name="Plugins on the Cactus site">
<table>
<tr>
<td><a href="http://jakarta.apache.org/cactus/integration/maven/">Cactus plugin</a></td>
<td>Plugin for Cactus</td>
</tr>
</table>
</subsection>
<subsection name="Plugins on the codeczar site">
<table>
<tr>
<td><a href="http://www.codeczar.com/products/maven-ejbgen-plugin/">Weblogic EJBGen plugin</a></td>
<td>Plugin for Weblogic EJBGen</td>
</tr>
<tr>
<td><a href="http://www.codeczar.com/products/maven-tomcat-plugin/">Tomcat plugin</a></td>
<td>Plugin for managing webapps with Tomcat Manager</td>
</tr>
</table>
</subsection>
<subsection name="Plugins on the CSDL site">
<table>
<tr>
<td><a href="http://csdl.ics.hawaii.edu/Tools/JBlanket/maven-plugin/">JBlanket plugin</a></td>
<td>Plugin for JBlanket test coverage tool</td>
</tr>
</table>
</subsection>
<subsection name="Plugins on SourceForge">
<table>
<tr>
<td><a href="http://maven-plugins.sourceforge.net/">Maven-Plugins</a></td>
<td>Various plugins</td> <!-- todo text list? -->
</tr>
<tr>
<td><a href="http://maven-validator.sourceforge.net/">Maven Validator</a></td>
<td>Validates XHTML</td>
</tr>
<tr>
<td><a href="http://xdoclet.sourceforge.net/maven-plugin.html">XDoclet plugin</a></td>
<td>Plugin for XDoclet</td>
</tr>
<tr>
<td><a href="http://maven-taglib.sourceforge.net/">Maven Taglib plugin</a></td>
<td>Taglib Plug-in is a maven plugin for jsp tag libraries developers</td>
</tr>
</table>
</subsection>
<subsection name="Plugins on the StatCvs-XML site">
<table>
<tr>
<td><a href="http://statcvs-xml.berlios.de/">StatCvs-XML plugin</a></td>
<td>Plugin for StatCvs-XML</td>
</tr>
</table>
</subsection>
<subsection name="Plugins on Codehaus">
<table>
<tr>
<td><a href="http://mevenide.codehaus.org/maven-nbm-plugin">Maven NBM plugin</a></td>
<td>Plugin for creating Netbeans modules (both jars and NBMs) and autoupdate sites.</td>
</tr>
</table>
</subsection>
</section>
<section name="IDE Plugins for Maven">
<table>
<tr>
<td><a href="http://mevenide.codehaus.org/">Mevenide</a></td>
<td>Mevenide (Maven IDE Integration) aims at integrating Maven into standard IDEs. Currently Eclipse and Netbeans are targeted.</td>
</tr>
</table>
</section>
</body>
</document>