You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Robert Scholte <rf...@apache.org> on 2018/11/10 10:20:22 UTC

Re: [maven-integration-testing] branch master updated: [MNG-6481] Fix Wagon sample plugin to pass tests with Java 11

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, <sl...@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-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org