git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@466210
13f79535-47bb-0310-9956-
ffa450edef68
}
catch ( ProjectBuildingException e )
{
- getLogger().error( "Error reading POM file, not populating in index: " + e.getMessage() );
+ getLogger().error( "Error reading POM file ["+pomFile+"] for " + artifact + ", not populating in index: " + e.getMessage() );
}
}
}
}
catch ( ProjectBuildingException e )
{
- getLogger().error( "Error reading POM file, not populating in index: " + e.getMessage() );
+ getLogger().error( "Error reading POM file for " + artifact + ", not populating in index: " + e.getMessage() );
}
}
}