I have a multi-module maven project. I'm trying to set up nbactions.xml so that when I'm working on a file inside a child module, if I press "Run", it will execute a goal on the parent module.
I've been trying every back-handed way I can to inject something like the "-f ../pom.xml" into the mvn command call, but to no avail. Any pointers appreciated. Thanks Steve