maven-one-plugin:maven-one-plugin

Full name:

org.apache.maven.plugins:maven-one-plugin:1.3:maven-one-plugin

Description:

Package a Maven 1 plugin.

Attributes:

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

Required Parameters

Name Type Since Description
contentDirectory File - Directory that contains the compiled classes to include in the jar.
finalName String - Name of the generated JAR.

Parameter Details

contentDirectory:

Directory that contains the compiled classes to include in the jar.
  • 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}