You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...