mirror of https://github.com/apache/maven.git
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:
parent
fe377f236f
commit
6fc674ab8f
|
@ -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>
|
||||||
|
|
|
@ -141,10 +141,29 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
<b>More coming soon - </b> we will continue to flesh out the documentation in the next week, so stay tuned,
|
<b>More coming soon - </b> we will continue to flesh out the documentation, so stay tuned, and join the
|
||||||
and join the
|
|
||||||
<a href="/mail-lists.html">user's mailing list</a> if you have any questions.
|
<a href="/mail-lists.html">user's mailing list</a> if you have any questions.
|
||||||
</p>
|
</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>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
|
@ -25,5 +25,8 @@
|
||||||
<item name="Settings Descriptor" href="settings-descriptor.html"/>
|
<item name="Settings Descriptor" href="settings-descriptor.html"/>
|
||||||
<item name="Available Plugins" href="plugin-list.html"/>
|
<item name="Available Plugins" href="plugin-list.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
<menu name="Developers">
|
||||||
|
<item name="Documentation Needed" href="docs-required.html"/>
|
||||||
|
</menu>
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue