diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-02 14:21:29 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-02 14:21:39 +0100 |
commit | 684c9550bc0e58e23615c2374e01b2a6127adba0 (patch) | |
tree | d7aaf500896373769e454d79c0b61f06e1fc3abf | |
parent | 7bef4ae1abae10e4509f7cf0756033dc9478282a (diff) | |
download | sonarqube-684c9550bc0e58e23615c2374e01b2a6127adba0.tar.gz sonarqube-684c9550bc0e58e23615c2374e01b2a6127adba0.zip |
Disable JS tests when enabling the profile dbTests
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1445,6 +1445,9 @@ <name>dbTests</name> </property> </activation> + <properties> + <skipWebTests>true</skipWebTests> + </properties> <dependencies> <dependency> <groupId>mysql</groupId> |