diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-26 16:42:10 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-26 16:42:10 +0000 |
commit | 1723690eeb56a709c9ba87c0be94117186cead2a (patch) | |
tree | d58d705e7d730879d3bb429b9660617c196b2272 /tests | |
parent | b1e312189ea9ec8d1efad151395648d942e82709 (diff) | |
download | sonarqube-1723690eeb56a709c9ba87c0be94117186cead2a.tar.gz sonarqube-1723690eeb56a709c9ba87c0be94117186cead2a.zip |
fix pom of volume-testing project
Diffstat (limited to 'tests')
-rw-r--r-- | tests/volume/pom.xml | 4 |
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> |