In my maven project, I have module A that is dependent on module B. In my module A test case,
I am trying to extend one of module B's test case, however I encountered the following trouble whereby Caused by: java.lang.ClassNotFoundException: module-B.TestCase
.
Is the reason because the tests themselves are not packaged into the jar? Any idea how to solve this?