mirror of https://github.com/apache/maven.git
Collapse all README files into a single markdown file which shows up nicely on Github and is easy to read by itself in text form.
This commit is contained in:
parent
f8afa711df
commit
9c124e9a9a
|
@ -1,19 +0,0 @@
|
|||
BOOTSTRAPPING BASICS
|
||||
-----------------------
|
||||
|
||||
You'll need:
|
||||
|
||||
- Java 1.5
|
||||
- Ant 1.8 or later
|
||||
|
||||
First, give Ant a location into which the completed Maven distro should be installed:
|
||||
|
||||
export M2_HOME=$HOME/apps/maven/apache-maven-3.0-SNAPSHOT
|
||||
|
||||
Then, run Ant:
|
||||
|
||||
ant
|
||||
|
||||
Once the build completes, you should have a new Maven distro ready to roll in your $M2_HOME directory!
|
||||
|
||||
Enjoy.
|
38
README.md
38
README.md
|
@ -1,15 +1,29 @@
|
|||
Homepage
|
||||
========
|
||||
<http://maven.apache.org/>
|
||||
# Maven
|
||||
|
||||
Wiki
|
||||
====
|
||||
<https://cwiki.apache.org/confluence/display/MAVEN/Index>
|
||||
Maven is available under the [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
|
||||
|
||||
Issue Tracker
|
||||
=============
|
||||
<http://jira.codehaus.org/browse/MNG>
|
||||
- [Maven Issue Tracker](http://jira.codehaus.org/browse/MNG)
|
||||
- [Maven Wiki](https://cwiki.apache.org/confluence/display/MAVEN/Index)
|
||||
- [Building Maven](http://maven.apache.org/guides/development/guide-building-m2.html)
|
||||
|
||||
## Bootstrapping Basics
|
||||
|
||||
If you want to bootstrap Maven you'll need:
|
||||
|
||||
- Java 1.6+
|
||||
- Ant 1.8 or later
|
||||
|
||||
First, give Ant a location into which the completed Maven distro should be installed:
|
||||
|
||||
```
|
||||
export M2_HOME=$HOME/apps/maven/apache-maven-3.0-SNAPSHOT
|
||||
```
|
||||
|
||||
Then, run Ant:
|
||||
|
||||
```
|
||||
ant
|
||||
```
|
||||
|
||||
Once the build completes, you should have a new Maven distro ready to roll in your $M2_HOME directory!
|
||||
|
||||
License
|
||||
=======
|
||||
[The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
See:
|
||||
|
||||
http://maven.apache.org/guides/development/guide-building-m2.html
|
||||
|
Loading…
Reference in New Issue