This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch MNG-7811
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/MNG-7811 by this push:
new 7c063928 notice about config in pom.xml, add link for settings
reference
7c063928 is described below
commit 7c0639289b643c7aadc8e64b62f53eff120a0e2e
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Jun 20 19:23:17 2023 +0200
notice about config in pom.xml, add link for settings reference
---
content/markdown/plugin-validation.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/content/markdown/plugin-validation.md
b/content/markdown/plugin-validation.md
index 63cea2ee..9504fcc6 100644
--- a/content/markdown/plugin-validation.md
+++ b/content/markdown/plugin-validation.md
@@ -35,7 +35,7 @@ Users should consult actual plugin documentation or try to
update plugin to newe
## External Plugins Validation issues
-`External Plugins Validation issues (non-configuration) are issues detected in
plugin itself, like:
+External Plugins Validation issues (non-configuration) are issues detected in
plugin itself, like:
- using old, deprecated Maven Api by plugin
- declaring dependencies for Maven Core artifacts in wrong scope in plugin
project
@@ -68,6 +68,10 @@ can also be added to `.mvn/maven.config` file in order to
configure per project.
Users can add such property to their `settings.xml` file to change
configuration globally.
-Please consult [Configuring Apache Maven](/configure.html) guide.
+*NOTICE* as `maven.plugin.validation` is configuration item for Maven itself,
it can not be used in project pom.xml
+
+Please consult:
+ - [Configuring Apache Maven](/configure.html)
+ - [Settings reference](/settings.html)