Description:
This update for maven, maven-resolver, sbt, xmvn fixes the following issues:
maven-resolver was upgraded to version 1.9.22:
- Bugs fixed:
* Resolver-Supplier unusable in OSGi runtimes
* Invalid Cookie set under proxy conditions
* In typical setups, DefaultArtifact copies the same maps over and over again
* Memory consumption improvements
- New Features:
* Import o.e.aether packages with the exact same version in OSGi metadata
- Improvements:
* Removed excessive strictness of OSGi dependency metadata
maven was upgraded to version 3.9.9:
- Bugs fixed:
* Fixed search for topDirectory when using -f / --file for Maven 3.9.x
* Fixed Maven not finding extensions for -f when current dir is root
* Fixed warning for com.sun:tools:jar that refers to a non-existing file
* Fixed profile activation based on OS properties for "mvn site"
* Fixed Resolver wrongly assuming it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR
* Fixed missing or mismatching Trusted Checksum for some artifacts is not properly reported
* Fixed regression causing Property not resolved in profile pluginManagement
sbt, xmvn:
- Minor code improvements