Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
vips7L
2mo ago
0 comments
Save
Share
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.
0 comments
2 comments · 1 top-level
top
newest
oldest
himata4113
2mo ago
· 1 in thread
some post processors have chains to execution (ex: lombok)
vips7L
OP
2mo ago
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.
j
/
k
navigate · click thread line to collapse