Issue Type: Improvement Improvement
Affects Versions: 1.0-beta-3
Assignee: Unassigned
Components: jnlp-download-servlet
Created: 30/Oct/13 2:48 PM
Description:

Allow to pass properties to velocity context of jnlp-download-servlet mojo jnlp generator similar to MWEBSTART-200 issue.
Configuration can be:

<jnlpFile>
<templateFilename>template.vm</templateFilename>
<outputFilename>start1.jnlp</outputFilename>
<properties>
<key>value1</key>
</properties>
<jarResources>
<jarResource>
...
</jarResource>
</jarResources>
</jnlpFile>
<jnlpFile>
<templateFilename>template.vm</templateFilename>
<outputFilename>start2.jnlp</outputFilename>
<properties>
<key>value2</key>
</properties>
<jarResources>
<jarResource>
...
</jarResource>
</jarResources>
</jnlpFile>

Project: Mojo's Webstart Maven Plugin
Priority: Major Major
Reporter: Vlado Kuruc
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