> I would like to copy all jars from a lib folder into my war file. I can do it
> by listing a dependency tag for each of them but I don't want to put 20
> dependency tags in my pom. Is there any way where I can just reference a lib
> folder and say to copy all these files to the war?

No. This is simply not how Maven works. Please go back to using Ant if
you require this functionality.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to