diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-10 22:10:44 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-10 22:10:44 +0100 |
commit | f3f4dc6d61173b16906cf6741cc628abd4c0b996 (patch) | |
tree | 806b00754ab2846c2cfbc524c1b05d3601865665 /pom.xml | |
parent | cd582e700b3ceda2de457733db6cd2417b5346c9 (diff) | |
download | sonarqube-f3f4dc6d61173b16906cf6741cc628abd4c0b996.tar.gz sonarqube-f3f4dc6d61173b16906cf6741cc628abd4c0b996.zip |
Profile dbTests enables only the tests involving a database
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |