To run my tests, I have to put in place an instrumentation jar using the
-javaagent commandline argument.  I added this using the argLine
property of the surefire configuration.  However, the instrumentation
jar has its own dependencies that aren't present in the surefire booter
classpath.  Adding them to my list of project dependencies isn't
enough--they need to be in the classpath when the JVM is started.
 
How do I do this?
 
Thanks,
..David..

Reply via email to