git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114990 13f79535-47bb-0310-9956-ffa450edef68
47 lines
1.8 KiB
HTML
47 lines
1.8 KiB
HTML
<!--
|
|
/*
|
|
* 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>
|