mirror of https://github.com/apache/maven.git
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:
parent
8d42ef1ce3
commit
4a4699c6ad
|
@ -151,6 +151,10 @@ public class MavenMetadataSource
|
|||
}
|
||||
getLogger().debug( "\n" );
|
||||
}
|
||||
else
|
||||
{
|
||||
getLogger().debug( "", e );
|
||||
}
|
||||
}
|
||||
|
||||
project = null;
|
||||
|
|
Loading…
Reference in New Issue