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 greatly appreciated. Christiaan -----Original Message----- From: jerome lacoste [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 12:19 PM To: [email protected] 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 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 jars in my WAR. Christiann, If I understand correctly, your war project will transitively add the dependencies from the webstart module of your project, right? The webstart plugin needs to be told which dependencies to pick and sign, hence the compile scope. > Is there a work around? Not that I know of. But someone with more knowledge on m2 dependencies might be able to help you out. J ****DISCLAIMER The information contained in this e-mail and attachments, if any, is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not use, copy, distribute or disclose the e-mail and its attachment, or any part of its content or take any action in reliance of it. If you have received this e-mail in error, please e-mail the message back to the sender by replying and then deleting it. We cannot accept responsibility for loss or damage arising from the use of this e-mail or attachments, and recommend that you subject these to your virus checking procedures prior to use
