[MNG-7339] Verify Maven can build itself

Closes #613.
1 file changed
tree: 2da926e22a6f593508628c65e8348a830af8ebcb
  1. .github/
  2. .mvn/
  3. apache-maven/
  4. apache-maven-wrapper/
  5. build/
  6. maven-artifact/
  7. maven-bom/
  8. maven-builder-support/
  9. maven-compat/
  10. maven-core/
  11. maven-embedder/
  12. maven-model/
  13. maven-model-builder/
  14. maven-model-transform/
  15. maven-plugin-api/
  16. maven-repository-metadata/
  17. maven-resolver-provider/
  18. maven-settings/
  19. maven-settings-builder/
  20. maven-slf4j-provider/
  21. maven-slf4j-wrapper/
  22. maven-toolchain-builder/
  23. maven-toolchain-model/
  24. maven-wrapper/
  25. src/
  26. .asf.yaml
  27. .gitattributes
  28. .gitignore
  29. CONTRIBUTING.md
  30. deploySite.sh
  31. doap_Maven.rdf
  32. Jenkinsfile
  33. Jenkinsfile.its
  34. LICENSE
  35. NOTICE
  36. pom.xml
  37. README.md
README.md

Apache Maven

ASF Jira Apache License, Version 2.0, January 2004 Maven Central Jenkins Status Jenkins tests

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

If you think you have found a bug, please file an issue in the Maven Issue Tracker.

Documentation

More information can be found on Apache Maven Homepage. Questions related to the usage of Maven should be posted on the Maven User List.

Where can I get the latest release?

You can download the release source from our download page.

Contributing

If you are interested in the development of Maven, please consult the documentation first and afterward you are welcome to join the developers mailing list to ask questions or discuss new ideas/features/bugs etc.

Take a look into the contribution guidelines.

License

This code is under the Apache License, Version 2.0, January 2004.

See the NOTICE file for required notices and attributions.

Donations

Do you like Apache Maven? Then donate back to the ASF to support the development.

Quick Build

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

  • Java 8+
  • Maven 3.0.5 or later
  • Run Maven, specifying a location into which the completed Maven distro should be installed:
    mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-4.0.x-SNAPSHOT" clean package