Remix.run Logo
vips7L 2 days ago

AFAIK maven doesn’t support post install logic like npm does. You have to explicitly optin with build plugins. It doesn’t let any arbitrary dependency run code on your machine.

himata4113 2 days ago | parent [-]

some post processors have chains to execution (ex: lombok)

vips7L 2 days ago | parent [-]

You explicitly opt in by using a compiler plugin. Merely having it as a dependency, like in npm, doesn’t mean it can run code at build time.