Package a Maven 1 plugin.
Mojo Attributes :
package| Name | Type | Description |
|---|---|---|
| contentDirectory | File |
Directory that contains the compiled classes to include in the jar. |
| finalName | String |
Name of the generated JAR. |
| Name | Type | Description |
|---|---|---|
| projectHelper | MavenProjectHelper |
No description. |
Directory that contains the compiled classes to include in the jar.
java.io.FileYes${project.build.outputDirectory}Name of the generated JAR.
java.lang.StringYes${project.build.finalName}No Description.
org.apache.maven.project.MavenProjectHelperNo