STAMP-project/pitmp-maven-plugin

Extend the target classes to other project trees

Cael35 opened this issue · 1 comments

We mutate only classes included in modules of the current tree, if parent project is located in another tree, classes of packages located in other trees are not mutated.
The whole project graph should be browsed to build target modules list (complete the PmpContext.getProjectModules method).

What does this exactly mean? Can tests reach classes in modules of other trees?
Do you have an example for this? Thanks :)