Please use the MOJO mailing list for comments on a MOJO project plugin.

On 1/30/07, Mark Donszelmann <[EMAIL PROTECTED]> wrote:
Hi

I am using the 1.0-alpha-1 version of the Maven Webstart Plugin. It
works for us, but I have some questions and remarks:

1. It seems odd to have to define the template.vm in src/jnlp and the
resources in src/main/jnlp.
Should the locations not be src/main/jnlp (for template.vm) and src/
resources/jnlp for the resources?

this is fixed in 1.0-alpha-2-SNAPSHOT

2. It would be handy if the $version could be added to the jnlp
parsed values.

this is fixed in 1.0-alpha-2-SNAPSHOT

3. We use jar references as <jar href="..." download="lazy"
part="..."/> which can only be handled
at this time by hardcoding them into template.vm and not using
$dependencies.

You can probably hardcode them in template.vm and use an <excludes>

Let me know how this works out.

4. Is there a way to auto-unzip the generated webstart application
into target/site so that the application
can be deployed with the site (for simple webstart apps only).

Try with the dependency plugin.

http://maven.apache.org/plugins/maven-dependency-plugin/

J

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to