Full name:
org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-3:create-from-project
Description:
Creates sample archetype from current project.
Attributes:
generate-sources prior to executing itself.| Name | Type | Since | Description |
|---|---|---|---|
| archetypeFilteredExtentions | String |
- |
File extensions which are checked for project's text files (vs binary files). |
| archetypeLanguages | String |
- |
Directory names which are checked for project's sources main package. |
| archetypeRegistryFile | File |
- |
The location of the registry file. |
| defaultEncoding | String |
- |
Velocity templates encoding. Default value is: UTF-8. |
| interactive | boolean |
- |
Enable the interactive mode to define the archetype from the
project. Default value is: false. |
| keepParent | boolean |
- |
Poms in archetype are created with their initial parent. This property is ignored when preserveCData is true. |
| localRepository | ArtifactRepository |
- |
(no description) |
| outputDirectory | File |
- |
(no description) |
| packageName | String |
- |
(no description) |
| partialArchetype | boolean |
- |
Create a partial archetype. |
| preserveCData | boolean |
- |
Create pom's velocity templates with CDATA preservasion. This uses the String replaceAll method and risk to have some overly replacement capabilities (beware of '1.0' value). |
| propertyFile | File |
- |
The property file that holds the plugin configuration. |
| testMode | boolean |
- |
(no description) |
File extensions which are checked for project's text files (vs binary files).
java.lang.StringNo${archetype.filteredExtentions}Directory names which are checked for project's sources main package.
java.lang.StringNo${archetype.languages}The location of the registry file.
java.io.FileNo${user.home}/.m2/archetype.xmlVelocity templates encoding.
java.lang.StringNo${archetype.encoding}UTF-8Enable the interactive mode to define the archetype from the project.
booleanNo${interactive}falsePoms in archetype are created with their initial parent. This property is ignored when preserveCData is true.
booleanNo${archetype.keepParent}(no description)
org.apache.maven.artifact.repository.ArtifactRepositoryNo${localRepository}(no description)
java.io.FileNo${basedir}/target(no description)
java.lang.StringNo${packageName}Create a partial archetype.
booleanNo${archetype.partialArchetype}Create pom's velocity templates with CDATA preservasion. This uses the String replaceAll method and risk to have some overly replacement capabilities (beware of '1.0' value).
booleanNo${archetype.preserveCData}The property file that holds the plugin configuration.
java.io.FileNo${archetype.properties}testMode :
(no description)
booleanNo${testMode}