How to set up JASMINE using MAVEN-PLUGIN?
问题 I have a folder structure like -root -pom.xml -service -web -pom.xml -src -main -test -java -javascript -lib -specRunner.js -runner.html -spec -model -view -collection I have written JASMINE test cases in the "spec" folder containing "model","views","collections". I'm able to see my test results in runner.html. Now i'm trying to integrate with MAVEN build. SO followed steps given in http://searls.github.io/jasmine-maven-plugin But i'm getting build failure when doing mvn clean install and