diff options
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> |