[maven-release-plugin]  copy for tag maven-3.2.3
[maven-release-plugin] prepare release maven-3.2.3
13 files changed
tree: 1cf79b891f468edcbdfa8bc617c025aeaac60e58
  1. apache-maven/
  2. maven-aether-provider/
  3. maven-artifact/
  4. maven-compat/
  5. maven-core/
  6. maven-embedder/
  7. maven-model/
  8. maven-model-builder/
  9. maven-plugin-api/
  10. maven-repository-metadata/
  11. maven-settings/
  12. maven-settings-builder/
  13. src/
  14. .gitattributes
  15. .gitignore
  16. build.xml
  17. doap_Maven.rdf
  18. LICENSE
  19. maven-ant-tasks-2.1.1.jar
  20. NOTICE
  21. pom.xml
  22. README.md
README.md

Maven

Maven is available under the The Apache Software License, Version 2.0

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!