Package org.apache.maven.archetype.old
Interface OldArchetype
- All Known Implementing Classes:
DefaultOldArchetype
public interface OldArchetype
Create a Maven project from an old archetype.
- Version:
- $Id$
- Author:
- Jason van Zyl
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Download an archetype then create a project from it.void
createArchetype
(ArchetypeGenerationRequest request, File archetypeFile) Create a project from an archetype file.
-
Field Details
-
ROLE
-
ARCHETYPE_DESCRIPTOR
- See Also:
-
ARCHETYPE_OLD_DESCRIPTOR
- See Also:
-
ARCHETYPE_RESOURCES
- See Also:
-
ARCHETYPE_POM
- See Also:
-
-
Method Details
-
createArchetype
void createArchetype(ArchetypeGenerationRequest request) throws UnknownArchetype, ArchetypeDescriptorException, ArchetypeTemplateProcessingException, InvalidPackaging Download an archetype then create a project from it. -
createArchetype
void createArchetype(ArchetypeGenerationRequest request, File archetypeFile) throws ArchetypeDescriptorException, ArchetypeTemplateProcessingException, InvalidPackaging Create a project from an archetype file.
-