private File getArchetypeFile( ArchetypeGenerationRequest request, ArtifactRepository localRepository )
throws IOException, ArchetypeException, XmlPullParserException, DocumentException
{
if ( !isArchetypeDefined( request ) )
{
throw new ArchetypeNotDefined( "The archetype is not defined" );
}
List<ArtifactRepository> repos = new ArrayList<ArtifactRepository>();
ArtifactRepository remoteRepo = null;