dependabot[bot] opened a new pull request, #1127: URL: https://github.com/apache/maven-mvnd/pull/1127
Bumps `maven.version` from 4.0.0-beta-3 to 4.0.0-beta-4. Updates `org.apache.maven:maven-plugin-api` from 4.0.0-beta-3 to 4.0.0-beta-4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven/releases">org.apache.maven:maven-plugin-api's releases</a>.</em></p> <blockquote> <h2>4.0.0-beta-4</h2> <h2>What's Changed</h2> <ul> <li>[MNG-7902] Sort plugins in the validation report by <a href="https://github.com/yuehcw"><code>@yuehcw</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1510">apache/maven#1510</a></li> <li>Allow to manually execute GitHub Action by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1552">apache/maven#1552</a></li> <li>Use Maven Wrapper to build by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1550">apache/maven#1550</a></li> <li>[MNG-5693] Remove unhelpful links that don't describe failure reasons from output by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1545">apache/maven#1545</a></li> <li>[MNG-8136] Update Eclipse Sisu to 0.9.0.M3 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1546">apache/maven#1546</a></li> <li>[MNG-8135] Fix capital OS name can not activate profile by <a href="https://github.com/liutang123"><code>@liutang123</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1549">apache/maven#1549</a></li> <li>Fix grammar in validation message by <a href="https://github.com/Bananeweizen"><code>@Bananeweizen</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1544">apache/maven#1544</a></li> <li>Move modelVersion inference to model builder so that it is also effective on consumer models by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1566">apache/maven#1566</a></li> <li>[MNG-8141] Model Builder report issues during build by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1569">apache/maven#1569</a></li> <li>[MNG-8153] Add back missing classes from the v3 api by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1577">apache/maven#1577</a></li> <li>[MNG-8134] Add a <a href="https://github.com/Resolution"><code>@Resolution</code></a> annotation to mojos to inject project dependencies collection / resolution result by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1559">apache/maven#1559</a></li> <li>Remove commons-io:commons-io dependency by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1578">apache/maven#1578</a></li> <li>[MNG-8150] Handle absent source/target files in transfer listener by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1575">apache/maven#1575</a></li> <li>[MNG-8150] Remove unused locale argument from FileSizeFormat by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1579">apache/maven#1579</a></li> <li>[MNG-7758] Report dependency problems for all repository by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1563">apache/maven#1563</a></li> <li>Remove hardcoded references to woodstox stax implementation by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1585">apache/maven#1585</a></li> <li>[MNG-8160] Recreate the transformed artifact if it has been deleted (by the clean goal for example) by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1587">apache/maven#1587</a></li> <li>[MNG-8164] Session#collectDependencies(Project) does not obey exclusions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1591">apache/maven#1591</a></li> <li>[MNG-7194] Test missing property evaluation by <a href="https://github.com/pzygielo"><code>@pzygielo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1573">apache/maven#1573</a></li> <li>Fix Toolchain toString() method by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1593">apache/maven#1593</a></li> <li>[MNG-8155] Improve not built error message by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1599">apache/maven#1599</a></li> <li>Fix Maven 4 extensions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1601">apache/maven#1601</a></li> <li>[MNG-8179] Upgrade Parent to 43 by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1605">apache/maven#1605</a></li> <li>[MNG-8178] Fall back to system properties for missing profile activation context properties by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1609">apache/maven#1609</a></li> <li>[MNG-8180] Fail install/deploy if rogue Maven Plugin metadata found by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1612">apache/maven#1612</a></li> <li>[4.0.x][MNG-8194] Update to Resolver 2.0.1 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1626">apache/maven#1626</a></li> <li>[MNG-8182] Resolved errors were created based on collect exceptions by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1635">apache/maven#1635</a></li> <li>[MNG-8192] Consistently throw InvalidArtifactRTException for invalid by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1637">apache/maven#1637</a></li> <li>[MNG-8197] Use default classifier when Eclipse Aether specifies none by <a href="https://github.com/desruisseaux"><code>@desruisseaux</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1621">apache/maven#1621</a></li> <li>[API] Expose InputLocation formatter in the XmlFactory by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1616">apache/maven#1616</a></li> <li>[MNG-8132] Fix BOM dependency exclusions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1622">apache/maven#1622</a></li> <li>[MNG-8180] Handle NPE due non-existent tags by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1639">apache/maven#1639</a></li> <li>[MNG-8180] Back out from failing the build by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1645">apache/maven#1645</a></li> <li>[MNG-8206] Remove bad plugin.xml in maven-compat by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1644">apache/maven#1644</a></li> <li>[MNG-8177] Add contextual info for model warnings by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1636">apache/maven#1636</a></li> <li>[MNG-8010]: Minimize and make generic the README.txt by <a href="https://github.com/hiufung-kwok"><code>@hiufung-kwok</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1624">apache/maven#1624</a></li> <li>Fix StringIndexOutOfBoundsException by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1618">apache/maven#1618</a></li> <li>[MNG-8176] Restrict classloader for Maven 4 plugins by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1336">apache/maven#1336</a></li> <li>[MNG-8165] Align mvn.sh script with mvn.cmd by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1648">apache/maven#1648</a></li> <li>[MNG-8165] Get rid of bashism creeped in by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1652">apache/maven#1652</a></li> <li>[MPLUGIN-530] Deprecate requirements in plugin descriptor 1.1.0 by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1638">apache/maven#1638</a></li> <li>[MNG-7344] track dependencyManagement import location in effective Model for MPH-183 by <a href="https://github.com/jjkester"><code>@jjkester</code></a> in <a href="https://redirect.github.com/apache/maven/pull/603">apache/maven#603</a></li> <li>[MNG-8195] Add <code>DependencyResolverResult.getModuleName(Path)</code> method by <a href="https://github.com/desruisseaux"><code>@desruisseaux</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1625">apache/maven#1625</a></li> <li>[MNG-8196] Make exception messages match Maven 3 again by <a href="https://github.com/oehme"><code>@oehme</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1628">apache/maven#1628</a></li> <li>[MNG-8172] Fix site building by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1594">apache/maven#1594</a></li> <li>[MNG-8215] Add location tracking for toolchains by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1608">apache/maven#1608</a></li> <li>[MNG-8211] Fail the build if project effective version has expression by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1673">apache/maven#1673</a></li> <li>[MNG-7914] Provide a single entry point for configuration by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1595">apache/maven#1595</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven/commit/697c543b4e3bbec1b99e9d4d1ee8e0302e748f09"><code>697c543</code></a> [maven-release-plugin] prepare release maven-4.0.0-beta-4</li> <li><a href="https://github.com/apache/maven/commit/0c311e3da10f37e6a483259f789adab712ca1e6a"><code>0c311e3</code></a> [MNG-8090] Fix missing repositories during parent artifact resolution</li> <li><a href="https://github.com/apache/maven/commit/cdaf86cfe938a21416baade9f9e2d99e8101811e"><code>cdaf86c</code></a> [MNG-8229] Fix interpolation of CI friendly versions</li> <li><a href="https://github.com/apache/maven/commit/c0813a2b53814034f78f0f007e67e52ade966e00"><code>c0813a2</code></a> [MNG-7838] Fix usage of older packaged artifacts from project local repositor...</li> <li><a href="https://github.com/apache/maven/commit/b370e5e9299813e6df483bac049ec162b86fb7e8"><code>b370e5e</code></a> [MNG-8210] Replace Maven "module" term by "subproject" (<a href="https://redirect.github.com/apache/maven/issues/1651">#1651</a>)</li> <li><a href="https://github.com/apache/maven/commit/e11b475e8bae20e8a2b3c0bebcacf4ef354a062e"><code>e11b475</code></a> [MNG-8052] Concurrently lifecycle executor (<a href="https://redirect.github.com/apache/maven/issues/1429">#1429</a>)</li> <li><a href="https://github.com/apache/maven/commit/c948b2648472f55eb0c7d9ebf40e93754e85513b"><code>c948b26</code></a> [MNG-8218] Always normalize Path in PathSource (<a href="https://redirect.github.com/apache/maven/issues/1684">#1684</a>)</li> <li><a href="https://github.com/apache/maven/commit/3f430bbd07968d65cd689772b18e9ac7b736aaee"><code>3f430bb</code></a> [MNG-8228] Enable Sisu Plexus strict classpath scanning (<a href="https://redirect.github.com/apache/maven/issues/1688">#1688</a>)</li> <li><a href="https://github.com/apache/maven/commit/57082737d81a7cb8f31fb6639e749daf172bd58b"><code>5708273</code></a> [MNG-7897] Support ${project.rootDirectory} in file profile activation (<a href="https://redirect.github.com/apache/maven/issues/1687">#1687</a>)</li> <li><a href="https://github.com/apache/maven/commit/40fe1dc16726e77ae877345bde42816efcfb32e8"><code>40fe1dc</code></a> [MNG-8220] Fix loading DI-powered beans from extensions (<a href="https://redirect.github.com/apache/maven/issues/1683">#1683</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-4.0.0-beta-3...maven-4.0.0-beta-4">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven:maven-model` from 4.0.0-beta-3 to 4.0.0-beta-4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven/releases">org.apache.maven:maven-model's releases</a>.</em></p> <blockquote> <h2>4.0.0-beta-4</h2> <h2>What's Changed</h2> <ul> <li>[MNG-7902] Sort plugins in the validation report by <a href="https://github.com/yuehcw"><code>@yuehcw</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1510">apache/maven#1510</a></li> <li>Allow to manually execute GitHub Action by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1552">apache/maven#1552</a></li> <li>Use Maven Wrapper to build by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1550">apache/maven#1550</a></li> <li>[MNG-5693] Remove unhelpful links that don't describe failure reasons from output by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1545">apache/maven#1545</a></li> <li>[MNG-8136] Update Eclipse Sisu to 0.9.0.M3 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1546">apache/maven#1546</a></li> <li>[MNG-8135] Fix capital OS name can not activate profile by <a href="https://github.com/liutang123"><code>@liutang123</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1549">apache/maven#1549</a></li> <li>Fix grammar in validation message by <a href="https://github.com/Bananeweizen"><code>@Bananeweizen</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1544">apache/maven#1544</a></li> <li>Move modelVersion inference to model builder so that it is also effective on consumer models by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1566">apache/maven#1566</a></li> <li>[MNG-8141] Model Builder report issues during build by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1569">apache/maven#1569</a></li> <li>[MNG-8153] Add back missing classes from the v3 api by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1577">apache/maven#1577</a></li> <li>[MNG-8134] Add a <a href="https://github.com/Resolution"><code>@Resolution</code></a> annotation to mojos to inject project dependencies collection / resolution result by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1559">apache/maven#1559</a></li> <li>Remove commons-io:commons-io dependency by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1578">apache/maven#1578</a></li> <li>[MNG-8150] Handle absent source/target files in transfer listener by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1575">apache/maven#1575</a></li> <li>[MNG-8150] Remove unused locale argument from FileSizeFormat by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1579">apache/maven#1579</a></li> <li>[MNG-7758] Report dependency problems for all repository by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1563">apache/maven#1563</a></li> <li>Remove hardcoded references to woodstox stax implementation by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1585">apache/maven#1585</a></li> <li>[MNG-8160] Recreate the transformed artifact if it has been deleted (by the clean goal for example) by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1587">apache/maven#1587</a></li> <li>[MNG-8164] Session#collectDependencies(Project) does not obey exclusions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1591">apache/maven#1591</a></li> <li>[MNG-7194] Test missing property evaluation by <a href="https://github.com/pzygielo"><code>@pzygielo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1573">apache/maven#1573</a></li> <li>Fix Toolchain toString() method by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1593">apache/maven#1593</a></li> <li>[MNG-8155] Improve not built error message by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1599">apache/maven#1599</a></li> <li>Fix Maven 4 extensions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1601">apache/maven#1601</a></li> <li>[MNG-8179] Upgrade Parent to 43 by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1605">apache/maven#1605</a></li> <li>[MNG-8178] Fall back to system properties for missing profile activation context properties by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1609">apache/maven#1609</a></li> <li>[MNG-8180] Fail install/deploy if rogue Maven Plugin metadata found by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1612">apache/maven#1612</a></li> <li>[4.0.x][MNG-8194] Update to Resolver 2.0.1 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1626">apache/maven#1626</a></li> <li>[MNG-8182] Resolved errors were created based on collect exceptions by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1635">apache/maven#1635</a></li> <li>[MNG-8192] Consistently throw InvalidArtifactRTException for invalid by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1637">apache/maven#1637</a></li> <li>[MNG-8197] Use default classifier when Eclipse Aether specifies none by <a href="https://github.com/desruisseaux"><code>@desruisseaux</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1621">apache/maven#1621</a></li> <li>[API] Expose InputLocation formatter in the XmlFactory by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1616">apache/maven#1616</a></li> <li>[MNG-8132] Fix BOM dependency exclusions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1622">apache/maven#1622</a></li> <li>[MNG-8180] Handle NPE due non-existent tags by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1639">apache/maven#1639</a></li> <li>[MNG-8180] Back out from failing the build by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1645">apache/maven#1645</a></li> <li>[MNG-8206] Remove bad plugin.xml in maven-compat by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1644">apache/maven#1644</a></li> <li>[MNG-8177] Add contextual info for model warnings by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1636">apache/maven#1636</a></li> <li>[MNG-8010]: Minimize and make generic the README.txt by <a href="https://github.com/hiufung-kwok"><code>@hiufung-kwok</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1624">apache/maven#1624</a></li> <li>Fix StringIndexOutOfBoundsException by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1618">apache/maven#1618</a></li> <li>[MNG-8176] Restrict classloader for Maven 4 plugins by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1336">apache/maven#1336</a></li> <li>[MNG-8165] Align mvn.sh script with mvn.cmd by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1648">apache/maven#1648</a></li> <li>[MNG-8165] Get rid of bashism creeped in by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1652">apache/maven#1652</a></li> <li>[MPLUGIN-530] Deprecate requirements in plugin descriptor 1.1.0 by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1638">apache/maven#1638</a></li> <li>[MNG-7344] track dependencyManagement import location in effective Model for MPH-183 by <a href="https://github.com/jjkester"><code>@jjkester</code></a> in <a href="https://redirect.github.com/apache/maven/pull/603">apache/maven#603</a></li> <li>[MNG-8195] Add <code>DependencyResolverResult.getModuleName(Path)</code> method by <a href="https://github.com/desruisseaux"><code>@desruisseaux</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1625">apache/maven#1625</a></li> <li>[MNG-8196] Make exception messages match Maven 3 again by <a href="https://github.com/oehme"><code>@oehme</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1628">apache/maven#1628</a></li> <li>[MNG-8172] Fix site building by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1594">apache/maven#1594</a></li> <li>[MNG-8215] Add location tracking for toolchains by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1608">apache/maven#1608</a></li> <li>[MNG-8211] Fail the build if project effective version has expression by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1673">apache/maven#1673</a></li> <li>[MNG-7914] Provide a single entry point for configuration by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1595">apache/maven#1595</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven/commit/697c543b4e3bbec1b99e9d4d1ee8e0302e748f09"><code>697c543</code></a> [maven-release-plugin] prepare release maven-4.0.0-beta-4</li> <li><a href="https://github.com/apache/maven/commit/0c311e3da10f37e6a483259f789adab712ca1e6a"><code>0c311e3</code></a> [MNG-8090] Fix missing repositories during parent artifact resolution</li> <li><a href="https://github.com/apache/maven/commit/cdaf86cfe938a21416baade9f9e2d99e8101811e"><code>cdaf86c</code></a> [MNG-8229] Fix interpolation of CI friendly versions</li> <li><a href="https://github.com/apache/maven/commit/c0813a2b53814034f78f0f007e67e52ade966e00"><code>c0813a2</code></a> [MNG-7838] Fix usage of older packaged artifacts from project local repositor...</li> <li><a href="https://github.com/apache/maven/commit/b370e5e9299813e6df483bac049ec162b86fb7e8"><code>b370e5e</code></a> [MNG-8210] Replace Maven "module" term by "subproject" (<a href="https://redirect.github.com/apache/maven/issues/1651">#1651</a>)</li> <li><a href="https://github.com/apache/maven/commit/e11b475e8bae20e8a2b3c0bebcacf4ef354a062e"><code>e11b475</code></a> [MNG-8052] Concurrently lifecycle executor (<a href="https://redirect.github.com/apache/maven/issues/1429">#1429</a>)</li> <li><a href="https://github.com/apache/maven/commit/c948b2648472f55eb0c7d9ebf40e93754e85513b"><code>c948b26</code></a> [MNG-8218] Always normalize Path in PathSource (<a href="https://redirect.github.com/apache/maven/issues/1684">#1684</a>)</li> <li><a href="https://github.com/apache/maven/commit/3f430bbd07968d65cd689772b18e9ac7b736aaee"><code>3f430bb</code></a> [MNG-8228] Enable Sisu Plexus strict classpath scanning (<a href="https://redirect.github.com/apache/maven/issues/1688">#1688</a>)</li> <li><a href="https://github.com/apache/maven/commit/57082737d81a7cb8f31fb6639e749daf172bd58b"><code>5708273</code></a> [MNG-7897] Support ${project.rootDirectory} in file profile activation (<a href="https://redirect.github.com/apache/maven/issues/1687">#1687</a>)</li> <li><a href="https://github.com/apache/maven/commit/40fe1dc16726e77ae877345bde42816efcfb32e8"><code>40fe1dc</code></a> [MNG-8220] Fix loading DI-powered beans from extensions (<a href="https://redirect.github.com/apache/maven/issues/1683">#1683</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-4.0.0-beta-3...maven-4.0.0-beta-4">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven:maven-core` from 4.0.0-beta-3 to 4.0.0-beta-4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven/releases">org.apache.maven:maven-core's releases</a>.</em></p> <blockquote> <h2>4.0.0-beta-4</h2> <h2>What's Changed</h2> <ul> <li>[MNG-7902] Sort plugins in the validation report by <a href="https://github.com/yuehcw"><code>@yuehcw</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1510">apache/maven#1510</a></li> <li>Allow to manually execute GitHub Action by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1552">apache/maven#1552</a></li> <li>Use Maven Wrapper to build by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1550">apache/maven#1550</a></li> <li>[MNG-5693] Remove unhelpful links that don't describe failure reasons from output by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1545">apache/maven#1545</a></li> <li>[MNG-8136] Update Eclipse Sisu to 0.9.0.M3 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1546">apache/maven#1546</a></li> <li>[MNG-8135] Fix capital OS name can not activate profile by <a href="https://github.com/liutang123"><code>@liutang123</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1549">apache/maven#1549</a></li> <li>Fix grammar in validation message by <a href="https://github.com/Bananeweizen"><code>@Bananeweizen</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1544">apache/maven#1544</a></li> <li>Move modelVersion inference to model builder so that it is also effective on consumer models by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1566">apache/maven#1566</a></li> <li>[MNG-8141] Model Builder report issues during build by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1569">apache/maven#1569</a></li> <li>[MNG-8153] Add back missing classes from the v3 api by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1577">apache/maven#1577</a></li> <li>[MNG-8134] Add a <a href="https://github.com/Resolution"><code>@Resolution</code></a> annotation to mojos to inject project dependencies collection / resolution result by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1559">apache/maven#1559</a></li> <li>Remove commons-io:commons-io dependency by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1578">apache/maven#1578</a></li> <li>[MNG-8150] Handle absent source/target files in transfer listener by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1575">apache/maven#1575</a></li> <li>[MNG-8150] Remove unused locale argument from FileSizeFormat by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1579">apache/maven#1579</a></li> <li>[MNG-7758] Report dependency problems for all repository by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1563">apache/maven#1563</a></li> <li>Remove hardcoded references to woodstox stax implementation by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1585">apache/maven#1585</a></li> <li>[MNG-8160] Recreate the transformed artifact if it has been deleted (by the clean goal for example) by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1587">apache/maven#1587</a></li> <li>[MNG-8164] Session#collectDependencies(Project) does not obey exclusions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1591">apache/maven#1591</a></li> <li>[MNG-7194] Test missing property evaluation by <a href="https://github.com/pzygielo"><code>@pzygielo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1573">apache/maven#1573</a></li> <li>Fix Toolchain toString() method by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1593">apache/maven#1593</a></li> <li>[MNG-8155] Improve not built error message by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1599">apache/maven#1599</a></li> <li>Fix Maven 4 extensions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1601">apache/maven#1601</a></li> <li>[MNG-8179] Upgrade Parent to 43 by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1605">apache/maven#1605</a></li> <li>[MNG-8178] Fall back to system properties for missing profile activation context properties by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1609">apache/maven#1609</a></li> <li>[MNG-8180] Fail install/deploy if rogue Maven Plugin metadata found by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1612">apache/maven#1612</a></li> <li>[4.0.x][MNG-8194] Update to Resolver 2.0.1 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1626">apache/maven#1626</a></li> <li>[MNG-8182] Resolved errors were created based on collect exceptions by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1635">apache/maven#1635</a></li> <li>[MNG-8192] Consistently throw InvalidArtifactRTException for invalid by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1637">apache/maven#1637</a></li> <li>[MNG-8197] Use default classifier when Eclipse Aether specifies none by <a href="https://github.com/desruisseaux"><code>@desruisseaux</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1621">apache/maven#1621</a></li> <li>[API] Expose InputLocation formatter in the XmlFactory by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1616">apache/maven#1616</a></li> <li>[MNG-8132] Fix BOM dependency exclusions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1622">apache/maven#1622</a></li> <li>[MNG-8180] Handle NPE due non-existent tags by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1639">apache/maven#1639</a></li> <li>[MNG-8180] Back out from failing the build by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1645">apache/maven#1645</a></li> <li>[MNG-8206] Remove bad plugin.xml in maven-compat by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1644">apache/maven#1644</a></li> <li>[MNG-8177] Add contextual info for model warnings by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1636">apache/maven#1636</a></li> <li>[MNG-8010]: Minimize and make generic the README.txt by <a href="https://github.com/hiufung-kwok"><code>@hiufung-kwok</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1624">apache/maven#1624</a></li> <li>Fix StringIndexOutOfBoundsException by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1618">apache/maven#1618</a></li> <li>[MNG-8176] Restrict classloader for Maven 4 plugins by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1336">apache/maven#1336</a></li> <li>[MNG-8165] Align mvn.sh script with mvn.cmd by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1648">apache/maven#1648</a></li> <li>[MNG-8165] Get rid of bashism creeped in by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1652">apache/maven#1652</a></li> <li>[MPLUGIN-530] Deprecate requirements in plugin descriptor 1.1.0 by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1638">apache/maven#1638</a></li> <li>[MNG-7344] track dependencyManagement import location in effective Model for MPH-183 by <a href="https://github.com/jjkester"><code>@jjkester</code></a> in <a href="https://redirect.github.com/apache/maven/pull/603">apache/maven#603</a></li> <li>[MNG-8195] Add <code>DependencyResolverResult.getModuleName(Path)</code> method by <a href="https://github.com/desruisseaux"><code>@desruisseaux</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1625">apache/maven#1625</a></li> <li>[MNG-8196] Make exception messages match Maven 3 again by <a href="https://github.com/oehme"><code>@oehme</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1628">apache/maven#1628</a></li> <li>[MNG-8172] Fix site building by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1594">apache/maven#1594</a></li> <li>[MNG-8215] Add location tracking for toolchains by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1608">apache/maven#1608</a></li> <li>[MNG-8211] Fail the build if project effective version has expression by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1673">apache/maven#1673</a></li> <li>[MNG-7914] Provide a single entry point for configuration by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1595">apache/maven#1595</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven/commit/697c543b4e3bbec1b99e9d4d1ee8e0302e748f09"><code>697c543</code></a> [maven-release-plugin] prepare release maven-4.0.0-beta-4</li> <li><a href="https://github.com/apache/maven/commit/0c311e3da10f37e6a483259f789adab712ca1e6a"><code>0c311e3</code></a> [MNG-8090] Fix missing repositories during parent artifact resolution</li> <li><a href="https://github.com/apache/maven/commit/cdaf86cfe938a21416baade9f9e2d99e8101811e"><code>cdaf86c</code></a> [MNG-8229] Fix interpolation of CI friendly versions</li> <li><a href="https://github.com/apache/maven/commit/c0813a2b53814034f78f0f007e67e52ade966e00"><code>c0813a2</code></a> [MNG-7838] Fix usage of older packaged artifacts from project local repositor...</li> <li><a href="https://github.com/apache/maven/commit/b370e5e9299813e6df483bac049ec162b86fb7e8"><code>b370e5e</code></a> [MNG-8210] Replace Maven "module" term by "subproject" (<a href="https://redirect.github.com/apache/maven/issues/1651">#1651</a>)</li> <li><a href="https://github.com/apache/maven/commit/e11b475e8bae20e8a2b3c0bebcacf4ef354a062e"><code>e11b475</code></a> [MNG-8052] Concurrently lifecycle executor (<a href="https://redirect.github.com/apache/maven/issues/1429">#1429</a>)</li> <li><a href="https://github.com/apache/maven/commit/c948b2648472f55eb0c7d9ebf40e93754e85513b"><code>c948b26</code></a> [MNG-8218] Always normalize Path in PathSource (<a href="https://redirect.github.com/apache/maven/issues/1684">#1684</a>)</li> <li><a href="https://github.com/apache/maven/commit/3f430bbd07968d65cd689772b18e9ac7b736aaee"><code>3f430bb</code></a> [MNG-8228] Enable Sisu Plexus strict classpath scanning (<a href="https://redirect.github.com/apache/maven/issues/1688">#1688</a>)</li> <li><a href="https://github.com/apache/maven/commit/57082737d81a7cb8f31fb6639e749daf172bd58b"><code>5708273</code></a> [MNG-7897] Support ${project.rootDirectory} in file profile activation (<a href="https://redirect.github.com/apache/maven/issues/1687">#1687</a>)</li> <li><a href="https://github.com/apache/maven/commit/40fe1dc16726e77ae877345bde42816efcfb32e8"><code>40fe1dc</code></a> [MNG-8220] Fix loading DI-powered beans from extensions (<a href="https://redirect.github.com/apache/maven/issues/1683">#1683</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-4.0.0-beta-3...maven-4.0.0-beta-4">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven:maven-embedder` from 4.0.0-beta-3 to 4.0.0-beta-4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven/releases">org.apache.maven:maven-embedder's releases</a>.</em></p> <blockquote> <h2>4.0.0-beta-4</h2> <h2>What's Changed</h2> <ul> <li>[MNG-7902] Sort plugins in the validation report by <a href="https://github.com/yuehcw"><code>@yuehcw</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1510">apache/maven#1510</a></li> <li>Allow to manually execute GitHub Action by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1552">apache/maven#1552</a></li> <li>Use Maven Wrapper to build by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1550">apache/maven#1550</a></li> <li>[MNG-5693] Remove unhelpful links that don't describe failure reasons from output by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1545">apache/maven#1545</a></li> <li>[MNG-8136] Update Eclipse Sisu to 0.9.0.M3 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1546">apache/maven#1546</a></li> <li>[MNG-8135] Fix capital OS name can not activate profile by <a href="https://github.com/liutang123"><code>@liutang123</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1549">apache/maven#1549</a></li> <li>Fix grammar in validation message by <a href="https://github.com/Bananeweizen"><code>@Bananeweizen</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1544">apache/maven#1544</a></li> <li>Move modelVersion inference to model builder so that it is also effective on consumer models by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1566">apache/maven#1566</a></li> <li>[MNG-8141] Model Builder report issues during build by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1569">apache/maven#1569</a></li> <li>[MNG-8153] Add back missing classes from the v3 api by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1577">apache/maven#1577</a></li> <li>[MNG-8134] Add a <a href="https://github.com/Resolution"><code>@Resolution</code></a> annotation to mojos to inject project dependencies collection / resolution result by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1559">apache/maven#1559</a></li> <li>Remove commons-io:commons-io dependency by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1578">apache/maven#1578</a></li> <li>[MNG-8150] Handle absent source/target files in transfer listener by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1575">apache/maven#1575</a></li> <li>[MNG-8150] Remove unused locale argument from FileSizeFormat by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1579">apache/maven#1579</a></li> <li>[MNG-7758] Report dependency problems for all repository by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1563">apache/maven#1563</a></li> <li>Remove hardcoded references to woodstox stax implementation by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1585">apache/maven#1585</a></li> <li>[MNG-8160] Recreate the transformed artifact if it has been deleted (by the clean goal for example) by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1587">apache/maven#1587</a></li> <li>[MNG-8164] Session#collectDependencies(Project) does not obey exclusions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1591">apache/maven#1591</a></li> <li>[MNG-7194] Test missing property evaluation by <a href="https://github.com/pzygielo"><code>@pzygielo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1573">apache/maven#1573</a></li> <li>Fix Toolchain toString() method by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1593">apache/maven#1593</a></li> <li>[MNG-8155] Improve not built error message by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1599">apache/maven#1599</a></li> <li>Fix Maven 4 extensions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1601">apache/maven#1601</a></li> <li>[MNG-8179] Upgrade Parent to 43 by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1605">apache/maven#1605</a></li> <li>[MNG-8178] Fall back to system properties for missing profile activation context properties by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1609">apache/maven#1609</a></li> <li>[MNG-8180] Fail install/deploy if rogue Maven Plugin metadata found by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1612">apache/maven#1612</a></li> <li>[4.0.x][MNG-8194] Update to Resolver 2.0.1 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1626">apache/maven#1626</a></li> <li>[MNG-8182] Resolved errors were created based on collect exceptions by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1635">apache/maven#1635</a></li> <li>[MNG-8192] Consistently throw InvalidArtifactRTException for invalid by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1637">apache/maven#1637</a></li> <li>[MNG-8197] Use default classifier when Eclipse Aether specifies none by <a href="https://github.com/desruisseaux"><code>@desruisseaux</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1621">apache/maven#1621</a></li> <li>[API] Expose InputLocation formatter in the XmlFactory by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1616">apache/maven#1616</a></li> <li>[MNG-8132] Fix BOM dependency exclusions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1622">apache/maven#1622</a></li> <li>[MNG-8180] Handle NPE due non-existent tags by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1639">apache/maven#1639</a></li> <li>[MNG-8180] Back out from failing the build by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1645">apache/maven#1645</a></li> <li>[MNG-8206] Remove bad plugin.xml in maven-compat by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1644">apache/maven#1644</a></li> <li>[MNG-8177] Add contextual info for model warnings by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1636">apache/maven#1636</a></li> <li>[MNG-8010]: Minimize and make generic the README.txt by <a href="https://github.com/hiufung-kwok"><code>@hiufung-kwok</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1624">apache/maven#1624</a></li> <li>Fix StringIndexOutOfBoundsException by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1618">apache/maven#1618</a></li> <li>[MNG-8176] Restrict classloader for Maven 4 plugins by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1336">apache/maven#1336</a></li> <li>[MNG-8165] Align mvn.sh script with mvn.cmd by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1648">apache/maven#1648</a></li> <li>[MNG-8165] Get rid of bashism creeped in by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1652">apache/maven#1652</a></li> <li>[MPLUGIN-530] Deprecate requirements in plugin descriptor 1.1.0 by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1638">apache/maven#1638</a></li> <li>[MNG-7344] track dependencyManagement import location in effective Model for MPH-183 by <a href="https://github.com/jjkester"><code>@jjkester</code></a> in <a href="https://redirect.github.com/apache/maven/pull/603">apache/maven#603</a></li> <li>[MNG-8195] Add <code>DependencyResolverResult.getModuleName(Path)</code> method by <a href="https://github.com/desruisseaux"><code>@desruisseaux</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1625">apache/maven#1625</a></li> <li>[MNG-8196] Make exception messages match Maven 3 again by <a href="https://github.com/oehme"><code>@oehme</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1628">apache/maven#1628</a></li> <li>[MNG-8172] Fix site building by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1594">apache/maven#1594</a></li> <li>[MNG-8215] Add location tracking for toolchains by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1608">apache/maven#1608</a></li> <li>[MNG-8211] Fail the build if project effective version has expression by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1673">apache/maven#1673</a></li> <li>[MNG-7914] Provide a single entry point for configuration by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1595">apache/maven#1595</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven/commit/697c543b4e3bbec1b99e9d4d1ee8e0302e748f09"><code>697c543</code></a> [maven-release-plugin] prepare release maven-4.0.0-beta-4</li> <li><a href="https://github.com/apache/maven/commit/0c311e3da10f37e6a483259f789adab712ca1e6a"><code>0c311e3</code></a> [MNG-8090] Fix missing repositories during parent artifact resolution</li> <li><a href="https://github.com/apache/maven/commit/cdaf86cfe938a21416baade9f9e2d99e8101811e"><code>cdaf86c</code></a> [MNG-8229] Fix interpolation of CI friendly versions</li> <li><a href="https://github.com/apache/maven/commit/c0813a2b53814034f78f0f007e67e52ade966e00"><code>c0813a2</code></a> [MNG-7838] Fix usage of older packaged artifacts from project local repositor...</li> <li><a href="https://github.com/apache/maven/commit/b370e5e9299813e6df483bac049ec162b86fb7e8"><code>b370e5e</code></a> [MNG-8210] Replace Maven "module" term by "subproject" (<a href="https://redirect.github.com/apache/maven/issues/1651">#1651</a>)</li> <li><a href="https://github.com/apache/maven/commit/e11b475e8bae20e8a2b3c0bebcacf4ef354a062e"><code>e11b475</code></a> [MNG-8052] Concurrently lifecycle executor (<a href="https://redirect.github.com/apache/maven/issues/1429">#1429</a>)</li> <li><a href="https://github.com/apache/maven/commit/c948b2648472f55eb0c7d9ebf40e93754e85513b"><code>c948b26</code></a> [MNG-8218] Always normalize Path in PathSource (<a href="https://redirect.github.com/apache/maven/issues/1684">#1684</a>)</li> <li><a href="https://github.com/apache/maven/commit/3f430bbd07968d65cd689772b18e9ac7b736aaee"><code>3f430bb</code></a> [MNG-8228] Enable Sisu Plexus strict classpath scanning (<a href="https://redirect.github.com/apache/maven/issues/1688">#1688</a>)</li> <li><a href="https://github.com/apache/maven/commit/57082737d81a7cb8f31fb6639e749daf172bd58b"><code>5708273</code></a> [MNG-7897] Support ${project.rootDirectory} in file profile activation (<a href="https://redirect.github.com/apache/maven/issues/1687">#1687</a>)</li> <li><a href="https://github.com/apache/maven/commit/40fe1dc16726e77ae877345bde42816efcfb32e8"><code>40fe1dc</code></a> [MNG-8220] Fix loading DI-powered beans from extensions (<a href="https://redirect.github.com/apache/maven/issues/1683">#1683</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven/compare/maven-4.0.0-beta-3...maven-4.0.0-beta-4">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven:maven-jline` from 4.0.0-beta-3 to 4.0.0-beta-4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven/releases">org.apache.maven:maven-jline's releases</a>.</em></p> <blockquote> <h2>4.0.0-beta-4</h2> <h2>What's Changed</h2> <ul> <li>[MNG-7902] Sort plugins in the validation report by <a href="https://github.com/yuehcw"><code>@yuehcw</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1510">apache/maven#1510</a></li> <li>Allow to manually execute GitHub Action by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1552">apache/maven#1552</a></li> <li>Use Maven Wrapper to build by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1550">apache/maven#1550</a></li> <li>[MNG-5693] Remove unhelpful links that don't describe failure reasons from output by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1545">apache/maven#1545</a></li> <li>[MNG-8136] Update Eclipse Sisu to 0.9.0.M3 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1546">apache/maven#1546</a></li> <li>[MNG-8135] Fix capital OS name can not activate profile by <a href="https://github.com/liutang123"><code>@liutang123</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1549">apache/maven#1549</a></li> <li>Fix grammar in validation message by <a href="https://github.com/Bananeweizen"><code>@Bananeweizen</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1544">apache/maven#1544</a></li> <li>Move modelVersion inference to model builder so that it is also effective on consumer models by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1566">apache/maven#1566</a></li> <li>[MNG-8141] Model Builder report issues during build by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1569">apache/maven#1569</a></li> <li>[MNG-8153] Add back missing classes from the v3 api by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1577">apache/maven#1577</a></li> <li>[MNG-8134] Add a <a href="https://github.com/Resolution"><code>@Resolution</code></a> annotation to mojos to inject project dependencies collection / resolution result by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1559">apache/maven#1559</a></li> <li>Remove commons-io:commons-io dependency by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1578">apache/maven#1578</a></li> <li>[MNG-8150] Handle absent source/target files in transfer listener by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1575">apache/maven#1575</a></li> <li>[MNG-8150] Remove unused locale argument from FileSizeFormat by <a href="https://github.com/pshevche"><code>@pshevche</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1579">apache/maven#1579</a></li> <li>[MNG-7758] Report dependency problems for all repository by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1563">apache/maven#1563</a></li> <li>Remove hardcoded references to woodstox stax implementation by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1585">apache/maven#1585</a></li> <li>[MNG-8160] Recreate the transformed artifact if it has been deleted (by the clean goal for example) by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1587">apache/maven#1587</a></li> <li>[MNG-8164] Session#collectDependencies(Project) does not obey exclusions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1591">apache/maven#1591</a></li> <li>[MNG-7194] Test missing property evaluation by <a href="https://github.com/pzygielo"><code>@pzygielo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1573">apache/maven#1573</a></li> <li>Fix Toolchain toString() method by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1593">apache/maven#1593</a></li> <li>[MNG-8155] Improve not built error message by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1599">apache/maven#1599</a></li> <li>Fix Maven 4 extensions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1601">apache/maven#1601</a></li> <li>[MNG-8179] Upgrade Parent to 43 by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1605">apache/maven#1605</a></li> <li>[MNG-8178] Fall back to system properties for missing profile activation context properties by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1609">apache/maven#1609</a></li> <li>[MNG-8180] Fail install/deploy if rogue Maven Plugin metadata found by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1612">apache/maven#1612</a></li> <li>[4.0.x][MNG-8194] Update to Resolver 2.0.1 by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1626">apache/maven#1626</a></li> <li>[MNG-8182] Resolved errors were created based on collect exceptions by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1635">apache/maven#1635</a></li> <li>[MNG-8192] Consistently throw InvalidArtifactRTException for invalid by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1637">apache/maven#1637</a></li> <li>[MNG-8197] Use default classifier when Eclipse Aether specifies none by <a href="https://github.com/desruisseaux"><code>@desruisseaux</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1621">apache/maven#1621</a></li> <li>[API] Expose InputLocation formatter in the XmlFactory by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1616">apache/maven#1616</a></li> <li>[MNG-8132] Fix BOM dependency exclusions by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1622">apache/maven#1622</a></li> <li>[MNG-8180] Handle NPE due non-existent tags by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1639">apache/maven#1639</a></li> <li>[MNG-8180] Back out from failing the build by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1645">apache/maven#1645</a></li> <li>[MNG-8206] Remove bad plugin.xml in maven-compat by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1644">apache/maven#1644</a></li> <li>[MNG-8177] Add contextual info for model warnings by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1636">apache/maven#1636</a></li> <li>[MNG-8010]: Minimize and make generic the README.txt by <a href="https://github.com/hiufung-kwok"><code>@hiufung-kwok</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1624">apache/maven#1624</a></li> <li>Fix StringIndexOutOfBoundsException by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1618">apache/maven#1618</a></li> <li>[MNG-8176] Restrict classloader for Maven 4 plugins by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1336">apache/maven#1336</a></li> <li>[MNG-8165] Align mvn.sh script with mvn.cmd by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1648">apache/maven#1648</a></li> <li>[MNG-8165] Get rid of bashism creeped in by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1652">apache/maven#1652</a></li> <li>[MPLUGIN-530] Deprecate requirements in plugin descriptor 1.1.0 by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1638">apache/maven#1638</a></li> <li>[MNG-7344] track dependencyManagement import location in effective Model for MPH-183 by <a href="https://github.com/jjkester"><code>@jjkester</code></a> in <a href="https://redirect.github.com/apache/maven/pull/603">apache/maven#603</a></li> <li>[MNG-8195] Add <code>DependencyResolverResult.getModuleName(Path)</code> method by <a href="https://github.com/desruisseaux"><code>@desruisseaux</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1625">apache/maven#1625</a></li> <li>[MNG-8196] Make exception messages match Maven 3 again by <a href="https://github.com/oehme"><code>@oehme</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1628">apache/maven#1628</a></li> <li>[MNG-8172] Fix site building by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1594">apache/maven#1594</a></li> <li>[MNG-8215] Add location tracking for toolchains by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1608">apache/maven#1608</a></li> <li>[MNG-8211] Fail the build if project effective version has expression by <a href="https://github.com/cstamas"><code>@cstamas</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1673">apache/maven#1673</a></li> <li>[MNG-7914] Provide a single entry point for configuration by <a href="https://github.com/gnodet"><code>@gnodet</code></a> in <a href="https://redirect.github.com/apache/maven/pull/1595">apache/maven#1595</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven/commit/697c543b4e3bbec1b99e9d4d1ee8e0302e748f09"><code>697c543</code></a> [maven-release-plugin] prepare release maven-4.0.0-beta-4</li> <li><a href="https://github.com/apache/maven/commit/0c311e3da10f37e6a483259f789adab712ca1e6a"><code>0c311e3</code></a> [MNG-8090] Fix missing repositories during parent artifact resolution</li> <li><a href="https://github.com/apache/maven/commit/cdaf86cfe938a21416baade9f9e2d99e8101811e"><code>cdaf86c</code></a> [MNG-8229] Fix interpolation ... _Description has been truncated_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
