aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-09-26 16:42:10 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-09-26 16:42:10 +0000
commit1723690eeb56a709c9ba87c0be94117186cead2a (patch)
treed58d705e7d730879d3bb429b9660617c196b2272 /tests
parentb1e312189ea9ec8d1efad151395648d942e82709 (diff)
downloadsonarqube-1723690eeb56a709c9ba87c0be94117186cead2a.tar.gz
sonarqube-1723690eeb56a709c9ba87c0be94117186cead2a.zip
fix pom of volume-testing project
Diffstat (limited to 'tests')
-rw-r--r--tests/volume/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/volume/pom.xml b/tests/volume/pom.xml
index e228e9b6961..6942829c72a 100644
--- a/tests/volume/pom.xml
+++ b/tests/volume/pom.xml
@@ -69,8 +69,8 @@
<id>start-server</id>
<phase>pre-integration-test</phase>
<configuration>
- <background>true</sonar.background>
- <dropDatabase>false</sonar.dropDatabase>
+ <background>true</background>
+ <dropDatabase>false</dropDatabase>
<extensionsDir>${basedir}/target/extensions</extensionsDir>
</configuration>
<goals>