Tony Chemit commented on Bug MWEBSTART-214

You can change the archive file to create using the archive parameter.
Default value is

${project.build.directory}/${project.build.finalName}.zip

So you case can be solved with this configuration:

<configuration>
  ...
  <archive>${project.build.directory}/${project.build.finalName}-${calypso.env}.zip</archive>
  ...
</configuration>

I can't figure why this parameter was not in plugin documentation on this page: http://mojo.codehaus.org/webstart/webstart-maven-plugin/jnlp-inline-mojo.html

I will have a lokk to site generation.

BTW, launching the command

 mvn help:describe -Dcmd=webstart:jnlp-inline -Ddetail

gives you the documentation of the archive parameter

I will close the issue when site generation is ok, fair enough ?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to