mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-08 16:37:45 +00:00

* Update mvnd to include Maven Resolver 1.7 As mvnd itself is Java8 lang level, it is completely okay to up resolver to 1.7 (that is java8 as well). The only reason why Maven 3.8.x CANNOT use resolver 1.7 is that it is still Java7 level. * Move missing piece to SPI * Add global exclusions * Example of mvnd using file locking (of resolver) * Drop irrelevant * Upgrade to released 1.7.3 Co-authored-by: Guillaume Nodet <gnodet@gmail.com>