I got solution for ant but how can I execute DOS command through maven ?
I am building my script in gruntjs and for run that I use node command prompt but I want to execute that command through maven. Any Idea???
I got solution for ant but how can I execute DOS command through maven
Share
This might be a use case for Maven’s Exec Plugin.
Experiment with
exec:execgoal in the plugin.