mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-13 21:50:48 +00:00
[1.x] Maven 3.9.7 (#997)
Plus some improvements, plugin updates and cleanups. Changes: * Maven 3.9.7 (staged, on vote) * Maven Wrapper 3.3.1 + script updates * maven-plugin-tools 3.13.0 * remove duplicate entry for maven-embedder (daemon) * buildhelper-maven-plugin 3.6.0 * graalvm plugin 0.10.2 * provisio 1.0.25 * exec-maven-plugin 3.3.0 * backport `-itr` (Maven CLI) Fixes #934
This commit is contained in:
4
mvnw
vendored
4
mvnw
vendored
@@ -19,7 +19,7 @@
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# Apache Maven Wrapper startup batch script, version 3.3.0
|
||||
# Apache Maven Wrapper startup batch script, version 3.3.1
|
||||
#
|
||||
# Optional ENV vars
|
||||
# -----------------
|
||||
@@ -199,7 +199,7 @@ elif set_java_home; then
|
||||
public static void main( String[] args ) throws Exception
|
||||
{
|
||||
setDefault( new Downloader() );
|
||||
java.nio.file.Files.copy( new java.net.URL( args[0] ).openStream(), java.nio.file.Paths.get( args[1] ).toAbsolutePath().normalize() );
|
||||
java.nio.file.Files.copy( java.net.URI.create( args[0] ).toURL().openStream(), java.nio.file.Paths.get( args[1] ).toAbsolutePath().normalize() );
|
||||
}
|
||||
}
|
||||
END
|
||||
|
Reference in New Issue
Block a user