git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115946 13f79535-47bb-0310-9956-ffa450edef68
126 lines
4.7 KiB
XML
126 lines
4.7 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 style="width:25%"><a href="plugins.html">Maven plugins</a></td>
|
|
<td style="width:75%"></td>
|
|
</tr>
|
|
</table>
|
|
</subsection>
|
|
<subsection name="Plugins on the Cactus site">
|
|
<table>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://jakarta.apache.org/cactus/integration/maven/">Cactus plugin</a></td>
|
|
<td style="width:75%">Plugin for Cactus</td>
|
|
</tr>
|
|
</table>
|
|
</subsection>
|
|
<subsection name="Plugins on the Codeczar site">
|
|
<table>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://www.codeczar.com/products/maven-ejbgen-plugin/">Weblogic EJBGen plugin</a></td>
|
|
<td style="width:75%">Plugin for Weblogic EJBGen</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://www.codeczar.com/products/maven-tomcat-plugin/">Tomcat plugin</a></td>
|
|
<td style="width:75%">Plugin for managing webapps with Tomcat Manager</td>
|
|
</tr>
|
|
</table>
|
|
</subsection>
|
|
<subsection name="Plugins on the CSDL site">
|
|
<table>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://csdl.ics.hawaii.edu/Tools/JBlanket/maven-plugin/">JBlanket plugin</a></td>
|
|
<td style="width:75%">Plugin for JBlanket test coverage tool</td>
|
|
</tr>
|
|
</table>
|
|
</subsection>
|
|
<subsection name="Plugins on SourceForge">
|
|
<table>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://maven-plugins.sourceforge.net/">Maven-Plugins</a></td>
|
|
<td style="width:75%">Various plugins</td> <!-- todo text list? -->
|
|
</tr>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://maven-validator.sourceforge.net/">Maven Validator</a></td>
|
|
<td style="width:75%">Validates XHTML</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://xdoclet.sourceforge.net/maven-plugin.html">XDoclet plugin</a></td>
|
|
<td style="width:75%">Plugin for XDoclet</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://maven-taglib.sourceforge.net/">Maven Taglib plugin</a></td>
|
|
<td style="width:75%">Taglib Plug-in is a maven plugin for jsp tag libraries developers</td>
|
|
</tr>
|
|
</table>
|
|
</subsection>
|
|
<subsection name="Plugins on Berlios">
|
|
<table>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://statcvs-xml.berlios.de/">StatCvs-XML plugin</a></td>
|
|
<td style="width:75%">Plugin for StatCvs-XML</td>
|
|
</tr>
|
|
</table>
|
|
</subsection>
|
|
<subsection name="Plugins on Codehaus">
|
|
<table>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://mevenide.codehaus.org/maven-nbm-plugin">Maven NBM plugin</a></td>
|
|
<td style="width:75%">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 style="width:25%"><a href="http://mevenide.codehaus.org/">Mevenide</a></td>
|
|
<td style="width:75%">Mevenide (Maven IDE Integration) aims at integrating Maven into standard IDEs. Currently Eclipse and Netbeans are targeted.</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
<section name="Plugins hosted elsewhere">
|
|
<table>
|
|
<tr>
|
|
<td style="width:25%"><a href="http://www.itbrain.com.mx/ucdd">UCDD</a></td>
|
|
<td style="width:75%">Document Use Cases using maven and xml.</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
</body>
|
|
</document>
|