Map<String, String> properties = new HashMap<String, String>();
MetadataFacet metadataFacet = projectVersionMetadata.getFacet( GenericMetadataFacet.FACET_ID );
if ( metadataFacet != null && metadataFacet.toProperties() != null )
{
properties.putAll( metadataFacet.toProperties() );
}
else
{