Can I use this plugin in a multi-module Maven setup?

Yes. You can use the aggregate goal to aggregate multiple trace reports into one aggregated report.

[top]


Do I need to specify traceability properties for every module in multi-module setup?

No. The plugin will skip your module if it does not have traceability properties defined.

[top]


Can I use the tracer without the aggregator?

Yes. The aggregator is meant to aggregate multiple tracer reports into one. You can simply use the tracer only to generator a report per maven module.

[top]


Can I use the aggregator without the tracer?

No. The aggregator can only aggregate reports generated by the tracer. Without tracer, the aggregator is pointless.

[top]