Re: [mojo-user] maven-webstart-plugin: dependencies include

2006-05-08 Thread jerome lacoste
On 5/8/06, Veerman, Christiaan <[EMAIL PROTECTED]> wrote: Hi Jerome: I think I might have a workaround... I have a separate client.jnlp project that uses the jnlp plugin and I will move those target artifacts to my war. That being said, I'm getting an exception at the template.vm. The exceptio

RE: [mojo-user] maven-webstart-plugin: dependencies include

2006-05-08 Thread Veerman, Christiaan
;/> $dependencies Any help is appreciated, Christiaan -Original Message- From: jerome lacoste [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 1:49 PM To: user@mojo.codehaus.org Subject: Re: [mojo-user] maven-webstart-plugin: dependencies include On 5/8/06, Veerman,

Re: [mojo-user] maven-webstart-plugin: dependencies include

2006-05-08 Thread jerome lacoste
On 5/8/06, Veerman, Christiaan <[EMAIL PROTECTED]> wrote: Hi Jerome: The webstart plugin will not transitively add the dependencies if I assign the scope of provided. Basically, I want to sign jars in the root of the war and not duplicate the jars to WEB-INF/lib. If anyone can help it would be

RE: [mojo-user] maven-webstart-plugin: dependencies include

2006-05-08 Thread Veerman, Christiaan
- From: jerome lacoste [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 12:19 PM To: user@mojo.codehaus.org Subject: Re: [mojo-user] maven-webstart-plugin: dependencies include On 5/8/06, Veerman, Christiaan <[EMAIL PROTECTED]> wrote: > Hello: > > I really want to use the

Re: [mojo-user] maven-webstart-plugin: dependencies include

2006-05-08 Thread jerome lacoste
On 5/8/06, Veerman, Christiaan <[EMAIL PROTECTED]> wrote: Hello: I really want to use the maven-webstart-plugin; however the plugin configuration looks for dependencies include with compile time scope. I do not have that luxury as my jars are scope provided by my EAR and I do not want duplicate