diff options
author | Olivier Lamy <olamy@apache.org> | 2011-11-07 08:29:35 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-11-07 08:29:35 +0000 |
commit | cef293cf574359cda04473e4010ee3c1b7059ee8 (patch) | |
tree | 20abdc47da5da588840a09e4e446671326363d58 /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | 972142978631964541c91004d18ddc3588041d07 (diff) | |
download | archiva-cef293cf574359cda04473e4010ee3c1b7059ee8.tar.gz archiva-cef293cf574359cda04473e4010ee3c1b7059ee8.zip |
move jdbc test url and jdbc test driver to properties to be able to change that in one place
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1198646 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index a8e5b31db..47ce9fd60 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -579,8 +579,8 @@ <rest.admin.pwd>${rest.admin.pwd}</rest.admin.pwd> <archiva.user.configFileName>${basedir}/target/archiva.xml</archiva.user.configFileName> <test.resources.path>${project.build.testOutputDirectory}</test.resources.path> - <redback.jdbc.url>jdbc:derby:memory:users-test;create=true</redback.jdbc.url> - <redback.jdbc.driver.name>org.apache.derby.jdbc.EmbeddedDriver</redback.jdbc.driver.name> + <redback.jdbc.url>${redbackTestJdbcUrl}</redback.jdbc.url> + <redback.jdbc.driver.name>${redbackTestJdbcDriver}</redback.jdbc.driver.name> <basedir>${basedir}</basedir> </systemPropertyVariables> </configuration> @@ -648,6 +648,7 @@ <appserver.home>${project.build.directory}/appserver-home</appserver.home> <derby.system.home>${basedir}/appserver-base/logs</derby.system.home> <redback.admin.creation.file>${basedir}/target/auto-admin-creation.properties</redback.admin.creation.file> + <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> </systemProperties> </configuration> <dependencies> |