Hi

more feedback below:

Begin forwarded message:

From: "Jerome Lacoste" <[EMAIL PROTECTED]>
Date: January 30, 2007 11:26:23 PM PST
To: "Maven Users List" <[email protected]>
Subject: Re: Maven Webstart Plugin - some remarks
Reply-To: "Maven Users List" <[email protected]>


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.


well, that is kind of a pain, since you then have to spell out all dependencies, which were normally nicely handled by your plugin... One could maybe have some list
of group/artifact that are lazy... but then again...

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/


I guess one cannot really be dependent on ones own produced artifact...
So you would have to create a separate project with a site and dependency to get the webstart application in a site. Sounds overkill to me for a simple
webstart demo, where you add the site to the demo, and want the demo to
be copied into the site.

Regards
Mark


J

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


Reply via email to