Has Maven any way to specify nested or recursive dependencies? So now you must be asking what the #$@ is a recursive dependency...


An example: I'm just beginning to play a bit with maven, and have defined my first dependencies. I'm using Struts, so I thought I should put Struts in my dependencies in project.xml (I guess this is correct, isn't it), so when I try to compile my project, Maven downloads strtus-1.1-rc1.jar. But if you see a binary distribution of Struts there are a number of other jars bundled that are needed for Struts to work, so the question is, wouldn't be desirable to download them all so when you package your application, you are sure that it will function properly? Is there any way to do this, or do you have to put by hand all those other packages/jars as dependencies in project.xml?

   Regards
   Jose


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



Reply via email to