This question does not make sense, since the goal of the parent project is to establish communication between the modules. You can select a set of reports to generate , but there is no way to run it only in a subset of modules.
If you use inheritance, you might want to restructure your project using pom.xml aggregation. Thus, you can run reports on this module (or all, if you run it in the parent aggregate).
If this does not answer your question, can you clarify? Thanks.
source share