diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-03-20 16:27:16 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-03-20 16:49:40 +0100 |
commit | dca0f6b36622162286f8a880e0ae73d509e53825 (patch) | |
tree | cbddcf8a2ab53478d3b240b1e2c7cdb958c65f5a /sonar-server/pom.xml | |
parent | 90431143eb37efe5bc25a5ffb414d0db97bf1ce9 (diff) | |
download | sonarqube-dca0f6b36622162286f8a880e0ae73d509e53825.tar.gz sonarqube-dca0f6b36622162286f8a880e0ae73d509e53825.zip |
Run JS tests on maven test phase
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 381eeea2856..692b3198e11 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -280,6 +280,16 @@ </configuration> </execution> <execution> + <id>javascript tests</id> + <phase>test</phase> + <goals> + <goal>grunt</goal> + </goals> + <configuration> + <arguments>karma</arguments> + </configuration> + </execution> + <execution> <phase>generate-resources</phase> <id>grunt build</id> <goals> |