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, <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to