Add a little more information for unparseable POMs during project dependency-tree discovery.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@614372 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2008-01-22 23:24:53 +00:00
parent 8d42ef1ce3
commit 4a4699c6ad
1 changed files with 4 additions and 0 deletions

View File

@ -151,6 +151,10 @@ public class MavenMetadataSource
}
getLogger().debug( "\n" );
}
else
{
getLogger().debug( "", e );
}
}
project = null;