Full name:
org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:jar
Description:
(no description)
Attributes:
package.| Name | Type | Since | Description |
|---|---|---|---|
| archetypeDirectory | File |
- |
Directory containing the classes. |
| finalName | String |
- |
Name of the generated JAR. |
| outputDirectory | File |
- |
Directory containing the generated JAR. |
Directory containing the classes.
java.io.FileYes${project.build.outputDirectory}Name of the generated JAR.
java.lang.StringYes${project.build.finalName}Directory containing the generated JAR.
java.io.FileYes${project.build.directory}