Class FilesetArchetypeCreator
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.apache.maven.archetype.creator.FilesetArchetypeCreator
-
- All Implemented Interfaces:
ArchetypeCreator,org.codehaus.plexus.logging.LogEnabled
@Component(role=ArchetypeCreator.class, hint="fileset") public class FilesetArchetypeCreator extends org.codehaus.plexus.logging.AbstractLogEnabled 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.
-
-
Field Summary
-
Fields inherited from interface org.apache.maven.archetype.creator.ArchetypeCreator
ROLE
-
-
Constructor Summary
Constructors Constructor Description FilesetArchetypeCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateArchetype(ArchetypeCreationRequest request, ArchetypeCreationResult result)java.lang.StringgetArchetypeVersion()
-
-
-
Method Detail
-
createArchetype
public void createArchetype(ArchetypeCreationRequest request, ArchetypeCreationResult result)
- Specified by:
createArchetypein interfaceArchetypeCreator
-
getArchetypeVersion
public java.lang.String getArchetypeVersion()
-
-