I have a use case where I'd like to fork a new jvm to run a java process in during my build. My thinking right now is the best thing to do is to invoke the existing exec plugin (exec goal) from my own plugin (using the parameters I've configured for my users). I have additional logic I need to accomplish so using the exec plugin by itself it not an option. Anyone see any issue with that / can think of a better way?
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
