Output-only module: hosts NOTHING but the generated Java report codec.
At generate-sources the ReportCodecGen driver (from
homing-conformance-report-gen) emits the codec source into
target/generated-sources/codec, which is this module's sourceDirectory
— so the "data" (generated code) never lives in src/, only in target/.
Downstream (the exporter + ResultSource) depend on this module normally.