I would like to implement a module that will add a new Action to a maven
project file. Specifically, this action would allow me to execute an
integration test on the selected test file using the failsafe 'verify'
maven command (e.g. faisafe:verify -it.test=SomeIT )
I'd like to piggy back on the existing maven action provider functionality
if possible, perhaps by registering my action with the
org.netbeans.modules.maven.ActionProviderImpl if possible.
Any help or guidance would be greatly appreciated.

Thanks.
Ben

Reply via email to