On Jun 7, 2010, at 3:52 PM, Mark Derricutt wrote:

Add the osxappbundle:bundle and launch4j:launch4j goals to the <deploy/>
element.

You mean the <goals> element, like this?

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-release-plugin</artifactId>
  <version>2.0</version>
  <configuration>
    <preparationGoals>clean verify</preparationGoals>
    <goals>osxappbundle:bundle launch4j:launch4j</goals>
  </configuration>
</plugin>

Trevor


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to