I have defined two module A and B with a common parent module because B
depend on A. I have imported the module as Eclipse project. The problem i
have a TestCase class into the B module which extends a TestCase into the A
module. When I run the test suite with the Eclipse console all is ok, but
when I run the mvn test command into the B module, I have
java.lang.NoClassDefFoundError with TestCase into A. How can I indicate to
surefire  plugin  to include depend test classpath into it's classpath, to
avoid to duplicate the TestCase into the A module?

Reply via email to