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

2009-01-22 Thread Wendy Smoak
On Wed, Jan 21, 2009 at 3:57 AM, peppinolusuraio wrote: > I have created a directory > > %M2_REPO%/myNewGroup/myNewArtifacId/ > > and I have copied all my jar in the lib. > It does not work. You need to use the install plugin to put the jars into your local repository. mvn install:install-file

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

2009-01-21 Thread peppinolusuraio
ctid subdir and respecting all the naming convention? There is an unelegant but straightforward solution? thanks -- View this message in context: http://www.nabble.com/Re%3A-How-do-I-add-all-the-jars-in-a-directory-in-junit-test-exeicution-classpath-tp21373497p21580902.html Sent from the Maven - Use

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

2009-01-09 Thread Wendy Smoak
[moved from d...@] On Fri, Jan 9, 2009 at 6:48 AM, Nimbkar, Mandar 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 classpat