archetype:jar

Full name:

org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:jar

Description:

(no description)

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: package.

Required Parameters

Name Type Since Description
archetypeDirectory File - Directory containing the classes.
finalName String - Name of the generated JAR.
outputDirectory File - Directory containing the generated JAR.

Parameter Details

archetypeDirectory :

Directory containing the classes.

  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.outputDirectory}

finalName :

Name of the generated JAR.

  • Type: java.lang.String
  • Required: Yes
  • Expression: ${project.build.finalName}

outputDirectory :

Directory containing the generated JAR.

  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.directory}