one:maven-one-plugin

Package a Maven 1 plugin.

Mojo Attributes :

  • Requires a Maven 2.0 project to execute.
  • Automatically executes within the lifecycle phase: package

Required Parameters

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

Optional Parameters

Name Type Description
projectHelper MavenProjectHelper No description.

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}

projectHelper

No Description.

  • Type : org.apache.maven.project.MavenProjectHelper
  • Required : No