exec-maven-plugin says cannot run specified program, even though it is on the PATH
问题 Edit 20140716 : Solution found tl;dr = exec-maven-plugin does not recognise .cmd files, but only .bat files, as executable scripts. Rename grunt.cmd --> grunt.bat , bower.cmd --> bower.bat , etc. as a workaround. Having done npm install -g grunt-cli on my system, grunt is most certainly on the PATH When I run maven install however, this doesn't seem to register. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (build-spa-bower) on project foobar: Command execution