DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
4.0.0-rc-6 milestone tracking
Blocking issues ("bugs")
Blocking Issues mentioned by MartinThanks for creating this list. On the "blockers with no known workaround" item, I have this pull request which could be merged if approved. It applies only to projects using module source hierarchy. Classical Maven projects are not impacted, so this change should not be visible to the vast majority of current users. But it is necessary for continuing the work on module hierarchy at the Maven JAR plugin level.
https://github.com/apache/maven/pull/11639
And the following pull request is needed for resources management. Again, it applies only to projects using module source hierarchy. Maybe more important, it also checks that a modular project is not malformed. I think that it is better to be strict at GA release time rather than making the checks stricter in a subsequent release, which could be a compatibility break:
https://github.com/apache/maven/pull/11700issues regarding Build / Consumer parent POMs: see below
...