Full name:
project.gluebooster.maven:maven-booster-plugin:0.4:zipProject
Description:
<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:
package.| 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. |