RE: How do I add all the jars in a directory in junit test exeicution classpath

2009-01-11 Thread Nimbkar, Mandar
o:wsm...@gmail.com] Sent: Friday, January 09, 2009 8:07 PM To: Maven Developers List Subject: Re: How do I add all the jars in a directory in junit test exeicution classpath On Fri, Jan 9, 2009 at 6:48 AM, Nimbkar, Mandar wrote: > I have few junit test cases to be executed using Maven build. ... I re

How do I add all the jars in a directory in junit test exeicution classpath

2009-01-09 Thread Nimbkar, Mandar
Hi, I have few junit test cases to be executed using Maven build. My test classes require all the jars located a directory (say %JBOSS_HOME%\server\default\lib dir) in the classpath. How do I add them in the classpath. I don't want to add them one by one using "dependency", it'd be too huge lis