Seth Ladd wrote:

Hello,

I've tried to find this answer on the mailing list, but didn't find what
I was looking for.  (my apologies if I missed it)

I've started a new project that required struts-1.1.jar.  When running
maven, it was able to download struts-1.1.jar from ibiblio just fine
(very cool).  However, if I wanted to deploy a war using struts, I'll
need many more jars.  Is maven supposed to download those jars that
struts is dependent on?  I don't want to manage all 3rd party lib
dependencies and hope they are in ibiblio.  Am I wishing for too much
from maven, or did I discover a bug?

Again, the only dependency mentioned in my project.xml is the struts
jar.  I was assuming maven would go and fetch all other jars required
for deployment (required by struts, that is).

Not yet. Transitive dependencies fetching will be implemented in maven, but AFAIK not in 1.0. You've to define all dependencies in your project.xml.

Regards,
Tomek


Thanks for your help, I really appreciate it, Seth


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



Reply via email to