Add more detail in docs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<!-- $Id: faq.fml,v 1.3 2003/10/02 00:05:47 dion Exp $ -->
|
||||
<!-- $Id: faq.fml,v 1.4 2003/10/08 15:43:55 dion Exp $ -->
|
||||
<faqs title="Frequently Asked Questions">
|
||||
|
||||
<part id="General">
|
||||
@@ -20,6 +20,20 @@
|
||||
</answer>
|
||||
</faq>
|
||||
|
||||
<faq id="site-build">
|
||||
<question>How do I build the web site for the optional plugins?</question>
|
||||
<answer>
|
||||
maven multiproject
|
||||
</answer>
|
||||
</faq>
|
||||
|
||||
<faq id="site-deploy">
|
||||
<question>How do I deploy the web site for the optional plugins?</question>
|
||||
<answer>
|
||||
maven multiproject site:sshdeploy
|
||||
</answer>
|
||||
</faq>
|
||||
|
||||
</part>
|
||||
|
||||
</faqs>
|
||||
@@ -2,14 +2,7 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>About Maven-Plugins</title>
|
||||
|
||||
<!--
|
||||
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
||||
<meta http-equiv="description" content="this is my page">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./styles.css">
|
||||
-->
|
||||
<title>About Maven Optional Plugins</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -17,5 +10,16 @@
|
||||
<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>Please tell us of any others</li>
|
||||
</ol>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user