[MNG-6075] Increase the model validation level to the next minor level version.
1 file changed
tree: e5a8eb890c78ef278ae63579d6182d06df75e575
  1. apache-maven/
  2. maven-aether-provider/
  3. maven-artifact/
  4. maven-builder-support/
  5. maven-compat/
  6. maven-core/
  7. maven-embedder/
  8. maven-model/
  9. maven-model-builder/
  10. maven-plugin-api/
  11. maven-repository-metadata/
  12. maven-settings/
  13. maven-settings-builder/
  14. src/
  15. .gitattributes
  16. .gitignore
  17. deploySite.sh
  18. doap_Maven.rdf
  19. LICENSE
  20. NOTICE
  21. pom.xml
  22. README.md
README.md

Maven

Maven is available under the Apache License, Version 2.0

Bootstrapping Basics

If you want to bootstrap Maven, you'll need:

  • Java 1.7+
  • Maven 3.0.5 or later

Run Maven, specifying a location into which the completed Maven distro should be installed:

mvn -DdistributionTargetFolder="$HOME/app/maven/apache-maven-3.4.x-SNAPSHOT" clean package

Once the build completes, you should have a new Maven distro ready to roll in that directory!