add required docs

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163944 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-14 06:28:59 +00:00
parent fe377f236f
commit 6fc674ab8f
3 changed files with 60 additions and 3 deletions

View File

@ -0,0 +1,35 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Documentation Required</title>
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<section name="Documentation Required">
<p>
This page lists some of the most pressing documentation needs. If you feel something is missing, please be sure
to let us know at the
<a href="/mail-lists.html">Maven Users Mailing List</a>.
</p>
<p style="font-size: larger; font-weight: bold">Documentation for users</p>
<ul>
<li>transitive dependencies</li>
<li>dependency scope</li>
<li>new SNAPSHOT handling -
<i>partially done on Brett's blog</i>
</li>
<li>deployment mechanism</li>
<li>build lifecycle documentation</li>
</ul>
<p style="font-size: larger; font-weight: bold">Documentation for plugin authors</p>
<ul>
<li>plugin architecture</li>
</ul>
<p style="font-size: larger; font-weight: bold">Documentation for Maven developers</p>
<ul>
<li>Lifecycle architecture</li>
</ul>
</section>
</body>
</document>

View File

@ -141,10 +141,29 @@
</li>
</ul>
<p>
<b>More coming soon - </b> we will continue to flesh out the documentation in the next week, so stay tuned,
and join the
<b>More coming soon - </b> we will continue to flesh out the documentation, so stay tuned, and join the
<a href="/mail-lists.html">user's mailing list</a> if you have any questions.
</p>
<subsection name="Developing Maven 2">
<p>
<b style="font-size: larger">Developers and Prospective Contributors</b>
</p>
<p>
There is plenty of work to be done. If you are interested in getting involved, the following may help:
</p>
<ul>
<li>
<i>How can I
<a href="about.html#get-involved">get involved</a>?
</i>
</li>
<li>
<i>What
<a href="docs-required.html">documentation is needed</a>?
</i>
</li>
</ul>
</subsection>
</section>
</body>
</document>

View File

@ -25,5 +25,8 @@
<item name="Settings Descriptor" href="settings-descriptor.html"/>
<item name="Available Plugins" href="plugin-list.html"/>
</menu>
<menu name="Developers">
<item name="Documentation Needed" href="docs-required.html"/>
</menu>
</body>
</project>