[MNG-7604] Removal of pom.* interpolation makes some older plugins defunct (#1137)

This partially reverts commit b2a21f12f8a0598dd4a286177e340bda0148e9ba.

Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
5 files changed
tree: a458b16dc2fc14a73521da308ca9ddc121ae9c64
  1. .github/
  2. .mvn/
  3. apache-maven/
  4. api/
  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-xml-impl/
  25. src/
  26. .asf.yaml
  27. .git-blame-ignore-revs
  28. .gitattributes
  29. .gitignore
  30. CONTRIBUTING.md
  31. deploySite.sh
  32. doap_Maven.rdf
  33. Jenkinsfile
  34. Jenkinsfile.its
  35. LICENSE
  36. NOTICE
  37. pom.xml
  38. README.md
README.md

Apache Maven

ASF Jira Apache License, Version 2.0, January 2004 Maven Central Reproducible Builds 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.2.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