On 5/13/06, Holger Brands <[EMAIL PROTECTED]> wrote:
Hi,
what should be the default directory for JNLP resources?
The docu [1] mentions two locations:
In section "Input/Output": src/jnlp/resources/
In section "Plugin configuration": src/main/jnlp/
src/main/jnlp is the official. It was changed not long ago from
src/jnlp/resources. I probably missed some doc.
http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/jnlp-mojo.html
Currently, "src/main/jnlp" is implemented as default value, I think.
Is this intentional ?
Yes it is.
(The default location for the JNLP template is
src/jnlp/template.vm and not src/main/jnlp/template.vm)
See http://jira.codehaus.org/browse/MOJO-397 for discussion on this issue.
Jerome