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 greatly appreciated.
Can't you:
- keep your deps in compile scope in your webstart project
- redefine the dependencies in your war and override the scope to provided
?
It breaks the DRY principle but I don't see another way to do it
today. I am not sure how to accomodate your use case within the plugin
itself.
Jerome