[moved from d...@]

On Fri, Jan 9, 2009 at 6:48 AM, Nimbkar, Mandar
<mandar.nimb...@patni.com> wrote:

> 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.

You need to get them into a repository and declare them as
dependencies with test scope.

I bet you'll discover that you don't really need *all* of them, and
the exercise of figuring out what you actually depend on is a useful
one that will pay off down the road.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to