Tagged Questions
2
votes
1answer
202 views
Eclipse and Maven: Run goal after a file is changed
I have a maven goal configured in the pom that is executed on compile phase.
But also I need that goal to run after a specific file is changed to keep everything always up to date.
i.e I want to save ...