String v = me.getAttribute( "v" );
String c = me.getAttribute( "c" );
if ( g != null && a != null && v != null && path != null )
{
result.put( new ArtifactKey( g, a, v, c ), path );
}
else
{
log.debug( "Malformd Include-Artifacts element paht={};g={};a={};v={};c={}",
new Object[] { path, g, a, v, c } );