I can run Jasmin tests in Karma using the karma command line and the maven command line, but when I try to run maven (e.g. mvn install) from STS 3.2.0.RELEASE (Eclipse Juno 4.2) I get the following error:
Failed to execute goal com.kelveden:maven-karma-plugin:1.2:start (default) on project store-webapp: There was an error executing Karma. Cannot run program "karma": error=2, No such file or directory -> [Help 1]
It is as if in Eclipse shells maven, it does not have / usr / local / bin in the path. Is there a way to configure to use the eclipse path when calling maven?
My environment:
- Mac OSX 10.8.4
- STS 3.2.0.RELEASE (Eclipse Juno 4.2)
- maven-karma-plugin 1.2
- karma 0.8.6 (installed globally via npm install -g karma)
- Node.js 0.10.12 (installed using the OSX package)
Jean
source share