Package org.apache.maven.archetype.exception

Examples of org.apache.maven.archetype.exception.ArchetypeGenerationConfigurationFailure


            archetypeConfiguration = archetypeFactory.createArchetypeConfiguration( archetypeDescriptor, properties );
        }
        else
        {
            throw new ArchetypeGenerationConfigurationFailure( "The defined artifact is not an archetype" );
        }

        if ( interactiveMode.booleanValue() )
        {
            boolean confirmed = false;
View Full Code Here

TOP

Related Classes of org.apache.maven.archetype.exception.ArchetypeGenerationConfigurationFailure

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.