Thu, 1 Jun 2023 13:07:01 +0000, /Geoffry Roberts/:
[ERROR] Internal error: java.nio.file.InvalidPathException: Illegal char <:> at
index 3:
jar:file:\C:\Program%20Files\apache-maven-3.9.2\lib\maven-core-3.9.2.jar!\org\apache\maven\project
-> [Help 1]
I see the error has to do with a ":". "Index 3" implies 0=j 1=a 2=r 3=:
java.nio.file.InvalidPathException suggests it happens while processing
the path part of the jar:file: URL, that is:
\C:\Program%20Files\...
I guess it complains about "\C:". What is really weird to me the file:
URL uses backslashes instead of forward ones:
file:/C:/Program%20Files/...
--
Stanimir
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org