mirror of https://github.com/apache/archiva.git
[MRM-1282] additional logging
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@893367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7a2047d3fe
commit
b85d4d795b
|
@ -72,6 +72,10 @@ public class DefaultMetadataResolver
|
|||
metadata = storageResolver.getProjectVersion( repoId, namespace, projectId, projectVersion );
|
||||
if ( metadata != null )
|
||||
{
|
||||
if ( log.isDebugEnabled() )
|
||||
{
|
||||
log.debug( "Resolved project version metadata from storage: " + metadata );
|
||||
}
|
||||
// FIXME: make this a more generic post-processing that plugins can take advantage of
|
||||
// eg. maven projects should be able to process parent here
|
||||
if ( !metadata.getDependencies().isEmpty() )
|
||||
|
|
Loading…
Reference in New Issue