Decide of default location of files/templates used by the plugin, once and for 
all
----------------------------------------------------------------------------------

         Key: MOJO-397
         URL: http://jira.codehaus.org/browse/MOJO-397
     Project: Mojo
        Type: Improvement

  Components: webstart  
    Reporter: Jerome Lacoste
    Priority: Minor


I want this before 1.0. Extract from email sent to mojo user list:

> what should be the default directory for JNLP resources?

src/main/jnlp is the official.

> (The default location for the JNLP template is
> src/jnlp/template.vm and not src/main/jnlp/template.vm)

We place the template in a different location. The reason being that the 
resources are copied over, while the template is not. The plugin would have to 
do some sort of special excluding if the template was located in the same 
location as the resources.

Maybe should we change this to

src/main/jnlp/template.vm
and
src/main/jnlp/resources  or src/main/resources

I am not sure of using src/main/resources as this directory may already be used 
to contain jar specific resources.

Any maven experts who could give some feedback?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to