Full name:
org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate
Description:
Generates sample project from archetype.
Attributes:
generate-sources prior to executing itself.| Name | Type | Since | Description |
|---|---|---|---|
| interactiveMode | Boolean |
- |
User settings use to check the interactiveMode. Default value is: ${settings.interactiveMode}. |
| Name | Type | Since | Description |
|---|---|---|---|
| archetypeArtifactId | String |
- |
The archetype's artifactId. |
| archetypeCatalog | String |
- |
The archetype's catalogs. It is a comma separated list of catalogs.
Catalogs use scheme: - 'file://...' with archetype-catalog.xml
automatically appended when defining a directory - 'http://...'
with archetype-catalog.xml always appended - 'local' which is the
shortcut for 'file://~/.m2/archetype-catalog.xml' - 'remote' which
is the shortcut for 'http://repo1.maven.org/maven2' - 'internal'
which is an internal catalog Default value is: internal,local. |
| archetypeGroupId | String |
- |
The archetype's groupId. |
| archetypeRepository | String |
- |
The archetype's repository. |
| archetypeVersion | String |
- |
The archetype's version. |
| basedir | File |
- |
(no description) |
| goals | String |
- |
Additional goals that can be specified by the user during the creation of the archetype. |
The archetype's artifactId.
java.lang.StringNo${archetypeArtifactId}The archetype's catalogs. It is a comma separated list of catalogs. Catalogs use scheme: - 'file://...' with archetype-catalog.xml automatically appended when defining a directory - 'http://...' with archetype-catalog.xml always appended - 'local' which is the shortcut for 'file://~/.m2/archetype-catalog.xml' - 'remote' which is the shortcut for 'http://repo1.maven.org/maven2' - 'internal' which is an internal catalog
java.lang.StringNo${archetypeCatalog}internal,localThe archetype's groupId.
java.lang.StringNo${archetypeGroupId}The archetype's repository.
java.lang.StringNo${archetypeRepository}The archetype's version.
java.lang.StringNo${archetypeVersion}basedir :
(no description)
java.io.FileNo${basedir}goals :
Additional goals that can be specified by the user during the creation of the archetype.
java.lang.StringNo${goals}User settings use to check the interactiveMode.
java.lang.BooleanYes${interactiveMode}${settings.interactiveMode}