Apache Maven core
Go to file
Tamas Cservenak 36a4e9ff64
[MNG-7754] Improvement and extension of plugin validation (#1079)
This is general rework of current Maven 3.9.x line how it handles plugin and mojo validations.

Changes:
* added plugin validations for dependencies
* introduced pluginValidationManager that gathers violations
* manager creates a report at build end, with dense and non repeating data
* this is in spirit to lessen already too verbose logging, as current solution would report violations as many times plugin is used in reactor, and that can be many (ie. a plugin from parent for each module)


Example report of Maven 3.9.x build: https://gist.github.com/cstamas/b62fdcd53eaf316123cf183f5a24e6a5

---

https://issues.apache.org/jira/browse/MNG-7754
2023-04-12 11:42:30 +02:00
.github Update actions in GH build 2022-11-17 21:14:40 +01:00
apache-maven [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-artifact [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-builder-support [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-compat [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-core [MNG-7754] Improvement and extension of plugin validation (#1079) 2023-04-12 11:42:30 +02:00
maven-embedder [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-model [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-model-builder [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-plugin-api [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-repository-metadata [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-resolver-provider [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-settings [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-settings-builder [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
maven-slf4j-provider [maven-release-plugin] prepare for next development iteration 2023-03-15 10:40:30 +01:00
src/site fixed dependency schema: model-builder depends on artifact 2018-08-20 11:50:35 +02:00
.git-blame-ignore-revs Update git-blame-ignore-revs 2023-01-31 10:23:27 +01:00
.gitattributes Fixed line feeds, added .gitattributes 2013-01-29 16:27:02 +01:00
.gitignore Make sure RAT plugin ignores files in the target folder (#813) (#815) 2022-10-05 16:44:10 +02:00
CONTRIBUTING.md [MNG-6559] Fix mailing list URL (#230) 2019-01-13 22:36:47 +13:00
Jenkinsfile Jenkinsfile: pickup results from ITs - 3.9.x (#952) 2023-01-11 22:53:03 +01:00
LICENSE Add a LICENSE/NOTICE that can be picked up for the src assembly 2013-09-11 16:39:30 -04:00
NOTICE update copyright year 2019-11-16 23:18:37 +01:00
README.md [MNGSITE-357] README.md: Maven user list link not working 2018-11-15 21:04:01 +01:00
deploySite.sh Use properly quoted shell arguments with "$@" 2019-06-10 20:26:40 +02:00
doap_Maven.rdf Update DOAP with Maven 3.8.8 release 2023-03-14 16:49:37 +01:00
pom.xml [MNG-7749] Upgrade animal-sniffer from 1.21 to 1.23 2023-03-27 19:22:04 +02:00

README.md

Apache Maven

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 release source from our download page.

Contributing

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

Take a look into the contribution guidelines.

License

This code is under the Apache Licence v2

See the NOTICE file for required notices and attributions.

Donations

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

License

Apache License, Version 2.0, January 2004

Quick Build

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 -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.6.x-SNAPSHOT" clean package