mirror of https://github.com/apache/maven.git
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@178042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e166284580
commit
f5519934fd
|
@ -133,7 +133,7 @@ public class Verifier
|
|||
{
|
||||
if ( propertiesFile.exists() )
|
||||
{
|
||||
System.out.println( "Load properties file : " + file.getPath() );
|
||||
System.out.println( "Load properties file : " + propertiesFile.getPath() );
|
||||
fis = new FileInputStream( propertiesFile );
|
||||
properties.load( fis );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue