add location of svn repo, and instructions for building Maven 2.0

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@190212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-12 04:47:32 +00:00
parent f51bb22433
commit d2b6e095ab
3 changed files with 9 additions and 0 deletions

View File

@ -128,6 +128,9 @@
Frequent contributors recognised by existing committers to the project may be asked if they would like to
join the project.
</p>
<p>
For instructions on checking out and building Maven 2.0, see <a href="building.html">Building Maven 2.0</a>.
</p>
<p>
For more information, please see
<a href="http://maven.apache.org/contributing/help.html">How to Help</a>.

View File

@ -40,6 +40,7 @@
</menu>
<menu name="Developers">
<item name="Documentation Needed" href="/docs-required.html"/>
<item name="Building Maven 2.0" href="/building.html"/>
</menu>
</body>
</project>

View File

@ -167,6 +167,11 @@
<a href="docs-required.html">documentation is needed</a>?
</i>
</li>
<li>
<i>How do I
<a href="building.html">build Maven 2.0</a>?
</i>
</li>
<li>
<i>Draft <a href="http://docs.codehaus.org/display/MAVEN/Home">design documents</a> are in
Confluence, until they are implemented and added to the developers section.