booster:zipProject

Full name:

project.gluebooster.maven:maven-booster-plugin:0.4:zipProject

Description:

This goal zips all project sources.
Use:
mvn project.gluebooster:maven-booster-plugin:zipProject
<plugin>
<groupId>project.gluebooster</groupId>
<artifactId>maven-booster-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>zipProject</goal>
</goals>
</execution>
</executions>
</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
finalName String - The final name of the project. Defaults to ${project.build.finalName} specified in the pom or inherited from the super pom.

Parameter Details

finalName:

The final name of the project. Defaults to ${project.build.finalName} specified in the pom or inherited from the super pom.
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${project.build.finalName}