diff options
author | Olivier Lamy <olamy@apache.org> | 2012-05-29 10:04:32 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-05-29 10:04:32 +0000 |
commit | 6c6987cc125bc76abc70bf9d9413fc15d89ed562 (patch) | |
tree | 5a36a0e59823ec2227e032b6d14ab67dd57cc630 /redback-configuration/src | |
parent | da70abb2c1f93659aa19aa157898dfb5e03e29db (diff) | |
download | archiva-6c6987cc125bc76abc70bf9d9413fc15d89ed562.tar.gz archiva-6c6987cc125bc76abc70bf9d9413fc15d89ed562.zip |
use only derby in memory for test
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1343640 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'redback-configuration/src')
-rw-r--r-- | redback-configuration/src/main/resources/org/apache/archiva/redback/config-defaults.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redback-configuration/src/main/resources/org/apache/archiva/redback/config-defaults.properties b/redback-configuration/src/main/resources/org/apache/archiva/redback/config-defaults.properties index e28bf4b37..223132664 100644 --- a/redback-configuration/src/main/resources/org/apache/archiva/redback/config-defaults.properties +++ b/redback-configuration/src/main/resources/org/apache/archiva/redback/config-defaults.properties @@ -24,7 +24,7 @@ application.timestamp=EEE d MMM yyyy HH:mm:ss Z # JDBC Setup jdbc.driver.name=org.apache.derby.jdbc.EmbeddedDriver -jdbc.url=jdbc:derby:${plexus.home}/database;create=true +jdbc.url=jdbc:derby:memory:users-tests;create=true jdbc.username=sa jdbc.password= |