On 23/12/2016 09:48, Christian Schulte wrote:
I'd move those re-useable test classes into theire own module. For the example mentioned above, you would add commons-lang as a compile dependency to that module and then you can depend on that module in test scope the usual way and you'll get the transitive dependencies onto the test classpath automatically.
Unfortunately, this doesn't work if the module itself uses these re-usable test classes, too. If that wasn't the case, I would of course simply create a new module, call it xyz-test and be done with it.
Regards, Flo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
