Class FilesetArchetypeCreator
java.lang.Object
org.apache.maven.archetype.creator.FilesetArchetypeCreator
- All Implemented Interfaces:
ArchetypeCreator
@Named("fileset")
@Singleton
public class FilesetArchetypeCreator
extends Object
implements ArchetypeCreator
Create a 2.x Archetype project from a project. Since 2.0-alpha-5, an integration-test named "basic" is created along
the archetype itself to provide immediate test when building the archetype.
-
Constructor Summary
ConstructorsConstructorDescriptionFilesetArchetypeCreator
(ArchetypeFilesResolver archetypeFilesResolver, PomManager pomManager, org.apache.maven.shared.invoker.Invoker invoker) -
Method Summary
Modifier and TypeMethodDescriptionvoid
createArchetype
(ArchetypeCreationRequest request, ArchetypeCreationResult result)
-
Constructor Details
-
Method Details
-
createArchetype
- Specified by:
createArchetype
in interfaceArchetypeCreator
-
getArchetypeVersion
-