David Gradwell schrieb am 15.07.2020 um 16:16: > Can anyone offer advice as to how to achieve my goal of Maven > automatically recompiling changed dependent projects?
In the "Actions" section of the project's properties you can select the actions where you want that to happen (e.g. "Run Project" or "Test Project"), and enable the checkbox "Build with Dependencies". Unfortunately you need to do that for each action individually, there is no global flag for the whole project. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
