{
throw new ArchetypeNotConfigured( "The archetype is not configured", null );
}
} // end if
return archetypeConfiguration.toProperties();
}
private ArchetypeDefinition defineDefaultArchetype( MavenProject project, Properties properties )
{
if ( StringUtils.isEmpty( properties.getProperty( Constants.ARCHETYPE_GROUP_ID ) ) )