hboutemy commented on code in PR #461:
URL: https://github.com/apache/maven-site/pull/461#discussion_r1349809583


##########
content/markdown/docs/3.9.5/release-notes.md:
##########
@@ -51,6 +51,7 @@ The full list of changes can be found in our [issue 
management system][4].
 * Mojos are prevented to bootstrap new instance of `RepositorySystem` (for 
example by using deprecated `ServiceLocator`), they should reuse 
`RepositorySystem` instance provided by Maven instead. See 
[MNG-7471](https://issues.apache.org/jira/browse/MNG-7471).
 * Each line in `.mvn/maven.config` is now interpreted as a single argument. 
That is, if the file contains multiple arguments, these must now be placed on 
separate lines, see [MNG-7684](https://issues.apache.org/jira/browse/MNG-7684).
 * System and user properties handling cleanup, see 
[MNG-7556](https://issues.apache.org/jira/browse/MNG-7556). As a consequence, 
this may introduce breakage in environments where the user properties were used 
to set system properties or other way around, for example see 
[MNG-7887](https://issues.apache.org/jira/projects/MNG/issues/MNG-7887).
+* Plugins and extensions used by your build are checked against Maven 
supported APIs and conventions: this "plugin validation" may report WARNINGs at 
the end of your build. See [plugin validation 
documentation](../../guides/plugins/validation/) to better understand what to 
do when your build suffers from such warnings.

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to