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:
Emmanuel Venisse 2005-05-23 21:27:03 +00:00
parent cfb577b305
commit e166284580
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ private static Properties loadProperties( File propertiesFile )
{
if ( propertiesFile.exists() )
{
System.out.println( "Load properties file : " + file.getPath() );
fis = new FileInputStream( propertiesFile );
properties.load( fis );
}