mirror of https://github.com/apache/maven.git
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:
parent
f51bb22433
commit
d2b6e095ab
|
@ -128,6 +128,9 @@
|
||||||
Frequent contributors recognised by existing committers to the project may be asked if they would like to
|
Frequent contributors recognised by existing committers to the project may be asked if they would like to
|
||||||
join the project.
|
join the project.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
For instructions on checking out and building Maven 2.0, see <a href="building.html">Building Maven 2.0</a>.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
For more information, please see
|
For more information, please see
|
||||||
<a href="http://maven.apache.org/contributing/help.html">How to Help</a>.
|
<a href="http://maven.apache.org/contributing/help.html">How to Help</a>.
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
</menu>
|
</menu>
|
||||||
<menu name="Developers">
|
<menu name="Developers">
|
||||||
<item name="Documentation Needed" href="/docs-required.html"/>
|
<item name="Documentation Needed" href="/docs-required.html"/>
|
||||||
|
<item name="Building Maven 2.0" href="/building.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -167,6 +167,11 @@
|
||||||
<a href="docs-required.html">documentation is needed</a>?
|
<a href="docs-required.html">documentation is needed</a>?
|
||||||
</i>
|
</i>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<i>How do I
|
||||||
|
<a href="building.html">build Maven 2.0</a>?
|
||||||
|
</i>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i>Draft <a href="http://docs.codehaus.org/display/MAVEN/Home">design documents</a> are in
|
<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.
|
Confluence, until they are implemented and added to the developers section.
|
||||||
|
|
Loading…
Reference in New Issue