Newly added "javax-money" and "moneta" modules (see #48) use Moditect to weave in src/moditect/module-info.java.
As per https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-11 we need to convert this (in master for 3.0.0) to instead directly use src/main/java/module-info.java and src/test/java/module-info.java for improved handling.
This seems tricky due to (in part) Lombok usage. But hopefully we can make it work.