Re: How do I add a jar file to surefire runtime classpath?

2010-10-23 Thread kayvan kazeminejad
and using the scope tag with test? For example, here's how I add easymock for just testing: org.easymock easymock ${version.easymock} test On 2010-10-23 15:09, kayvan kazeminejad wrote: Hello all, First,I am new to maven and a

How do I add a jar file to surefire runtime classpath?

2010-10-23 Thread kayvan kazeminejad
Hello all, First,I am new to maven and appreciate your help in advance. I need to add this jar file: glassfish-embedded-static-shell-3.1-b24.jar to surefire runtime so I can run my junit tests . Below configuration is not doing for me. org.apache.maven.plugins