booster:createReleaseZip

Full name:

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

Description:

Creates a Release.zip file (in the structure of a repository) with the following data of a project::: pom, *.zip, *.jar, *.war, *.ear
Use
mvn project.gluebooster:maven-booster-plugin:createReleaseZip

<plugin>
<groupId>project.gluebooster</groupId>
<artifactId>maven-booster-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>createReleaseZip</goal>
</goals>
</execution>
</executions>
</plugin>

Attributes:

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

Parameters

(no parameters)