Full name:
org.apache.maven.plugins:maven-archetype-plugin:2.1:create-from-project
Description:
Attributes:
| 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. |
| archetypePostPhase | String | - | The property telling which phase to call on the generated
archetype. Interesting values are: package,
integration-test, install and
deploy. Default value is: 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 | - | The directory where the archetype should be created. |
| packageName | String | - | (no description) |
| partialArchetype | boolean | - | Create a partial archetype. |
| preserveCData | boolean | - | Create pom's velocity templates with CDATA preservation. This uses
the String.replaceAll() method and risks 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) |