diff options
author | Olivier Lamy <olamy@apache.org> | 2011-11-04 16:59:20 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-11-04 16:59:20 +0000 |
commit | 64e1d8c81a3c89378e40cf58ce099cf6a19231d8 (patch) | |
tree | 9c99a75c02cd2755223fb309482113fd4c315bd7 /archiva-modules/archiva-web/archiva-security/pom.xml | |
parent | 08be498ff36927d8d979b57c631eb72e64a2d23a (diff) | |
download | archiva-64e1d8c81a3c89378e40cf58ce099cf6a19231d8.tar.gz archiva-64e1d8c81a3c89378e40cf58ce099cf6a19231d8.zip |
use derby only in memory for testing
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1197665 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-security/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-security/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-security/pom.xml b/archiva-modules/archiva-web/archiva-security/pom.xml index 86f2fe1d7..cb9709f3e 100644 --- a/archiva-modules/archiva-web/archiva-security/pom.xml +++ b/archiva-modules/archiva-web/archiva-security/pom.xml @@ -161,6 +161,8 @@ <configuration> <systemPropertyVariables> <derby.system.home>${project.build.directory}/appserver-base</derby.system.home> + <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> </systemPropertyVariables> </configuration> </plugin> |