This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 545123d Document regression on Maven 3.8.2 545123d is described below commit 545123d80751eae567acd15c13c83ba00e2515a6 Author: Michael Osipov <micha...@apache.org> AuthorDate: Mon Aug 16 22:32:58 2021 +0200 Document regression on Maven 3.8.2 --- content/markdown/docs/3.8.2/release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/markdown/docs/3.8.2/release-notes.md b/content/markdown/docs/3.8.2/release-notes.md index 3553e63..eb30ad5 100644 --- a/content/markdown/docs/3.8.2/release-notes.md +++ b/content/markdown/docs/3.8.2/release-notes.md @@ -51,6 +51,8 @@ The full list of changes can be found in our [issue management system][4]. or later a transitive dependency parent of Sisu Plexus/CPI API 1.0 will inject a remote repository over HTTP which will be blocked by default and (might) lead to build failures. See [discussion][9] and [MNG-7214][10] for details. +- [MNG-7170][11] has caused a regression where non-reactor projects have basedir set and plugins as + well as other components make false assumptions. See [discussion][12] and [MNG-7215][13] for details. ## Complete Release Notes @@ -66,3 +68,6 @@ See [complete release notes for all versions][5] [8]: https://issues.apache.org/jira/browse/MNG-7212 [9]: https://lists.apache.org/thread.html/rda29028b2c8985f3b94e721d3014a948b312fbddf95ffaa4971acc03%40%3Cusers.maven.apache.org%3E [10]: https://issues.apache.org/jira/browse/MNG-7214 +[11]: https://issues.apache.org/jira/browse/MNG-7170 +[12]: https://lists.apache.org/thread.html/r226ec816d20c84c532dca5eff5de66028259521c79610e3efc2b0f63%40%3Cdev.maven.apache.org%3E +[13]: https://issues.apache.org/jira/browse/MNG-7215