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