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