logoalt Hacker News

vips7Ltoday at 5:06 AM1 replyview on HN

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.


Replies

himata4113today at 6:06 AM

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

show 1 reply