The Modello Java Mojo (did not check others) is marked as threadsafe, but is not.
Proof: try to build maven-3.9.x branch with any of these: -T (either plain or smart builder) or mvnd, and Modello fails badly. Code generator is stateful singleton, and generated sources are not landing on desired place...
The Modello Java Mojo (did not check others) is marked as threadsafe, but is not.
Proof: try to build maven-3.9.x branch with any of these:
-T(either plain or smart builder) or mvnd, and Modello fails badly. Code generator is stateful singleton, and generated sources are not landing on desired place...