This is an interesting change, I noticed this failure on my local machine as well.
However, I wonder if this a JDK bug or an intended change.
Will try to get the answer next week.

Robert


On Sat, 10 Nov 2018 02:47:24 +0100, <slachiew...@apache.org> wrote:

- File file = new File( "target/wagon.properties" ).getAbsoluteFile(); + File file = new File( System.getProperty( "user.dir" ), "target/wagon.properties" ).getAbsoluteFile();

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to