aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-10 22:10:44 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-10 22:10:44 +0100
commitf3f4dc6d61173b16906cf6741cc628abd4c0b996 (patch)
tree806b00754ab2846c2cfbc524c1b05d3601865665 /pom.xml
parentcd582e700b3ceda2de457733db6cd2417b5346c9 (diff)
downloadsonarqube-f3f4dc6d61173b16906cf6741cc628abd4c0b996.tar.gz
sonarqube-f3f4dc6d61173b16906cf6741cc628abd4c0b996.zip
Profile dbTests enables only the tests involving a database
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6b566d52b75..e29919485c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -487,6 +487,7 @@
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>
+ <groups>${junitGroups}</groups>
</configuration>
</plugin>
<plugin>
@@ -1447,6 +1448,7 @@
</activation>
<properties>
<skipWebTests>true</skipWebTests>
+ <junitGroups>org.sonar.test.DbTests</junitGroups>
</properties>
<dependencies>
<dependency>