mirror of https://github.com/apache/maven.git
o provide the path when the verification of a resource fails.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
240aaecc58
commit
7545511aaf
|
@ -103,7 +103,7 @@ public class Verifier
|
|||
|
||||
if ( !expectedFile.exists() )
|
||||
{
|
||||
throw new VerificationException( "Expected file was not found: " + line );
|
||||
throw new VerificationException( "Expected file was not found: " + expectedFile.getPath() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue