site updates

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115187 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-05-05 07:36:03 +00:00
parent 190f1a748c
commit 0a02de2005
7 changed files with 111 additions and 62 deletions

View File

@@ -18,7 +18,7 @@
-->
<!-- $Id: faq.fml,v 1.6 2004/03/04 18:39:50 evenisse Exp $ -->
<!-- $Id: faq.fml,v 1.7 2004/05/05 07:34:38 brett Exp $ -->
<faqs title="Frequently Asked Questions">
<part id="General">
@@ -53,6 +53,14 @@
</answer>
</faq>
<faq id="dashboard">
<question>How do I generate the dashboard for all plugins?</question>
<answer>
maven dashboard
</answer>
</faq>
</part>
</faqs>
</faqs>

View File

@@ -1,46 +0,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.
*/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>About Maven Optional Plugins</title>
</head>
<body>
<h1>Overview</h1>
<p>
This project is a container for non-core Maven plugins.
</p>
<p>
There are several types of plugins for <a href="http://maven.apache.org/">Maven</a>.
<ol>
<li><a href="http://maven.apache.org/reference/plugins/core-plugins.html">Core plugins</a></li>
<li><a href="optional.html">This set</a> of optional plugins</li>
<li>Some plugins are hosted at <a href="http://maven-plugins.sourceforge.net">SourceForge</a></li>
<li><a href="http://xdoclet.sourceforge.net">XDoclet</a> hosts it's
<a href="http://xdoclet.sourceforge.net/maven-plugin.html">own plugin</a></li>
<li><a href="http://jakarta.apache.org/cactus">Cactus</a> hosts it's
<a href="http://jakarta.apache.org/cactus/integration/maven/">own plugin</a></li>
<li><a href="http://statcvs-xml.berlios.de/">StatCvs-XML</a> hosts it's
<a href="http://statcvs-xml.berlios.de/">own plugin</a></li>
<li>Please tell us of any others</li>
</ol>
</p>
</body>
</html>

96
xdocs/index.xml Normal file
View File

@@ -0,0 +1,96 @@
<?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>
</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>
</section>
<section name="IDE Plugins for Maven">
<table>
<tr>
<td><a href="http://mevenide.sourceforge.net/">Mevenide</a></td>
<td>Mevenide (Maven IDE Integration) aims at integrating Maven into standard IDEs. Currently only Eclipse is targeted.</td>
</tr>
</table>
</section>
</body>
</document>

View File

@@ -25,12 +25,11 @@
<search/>
<links>
<item name="Maven" href="http://maven.apache.org/index.html"/>
<item name="Other Plugins" href="/../index.html"/>
</links>
<menu name="Overview">
<item name="About" href="/index.html"/>
<item name="Plugins" href="/plugins.html"/>
<item name="FAQ" href="/faq.html"/>
<item name="Plugins list" href="/optional.html"/>
</menu>
</body>
</project>