getLogger().debug( "Processing partial archetype " + archetypeDescriptor.getName() );
if ( outputDirectoryFile.exists() )
{
if ( !pom.exists() )
{
throw new PomFileExists( "This is a partial archetype and the pom.xml file doesn't exist." );
}
processPomWithMerge( context, pom, "" );
processArchetypeTemplatesWithWarning( archetypeDescriptor, archetypeResources, archetypeZipFile, "",