diff options
author | Brett Porter <brett@apache.org> | 2011-10-01 04:49:19 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-10-01 04:49:19 +0000 |
commit | 532824377f0692cea6d8163d9ba34d2876f7686c (patch) | |
tree | 03c642112599324ab812d457721f9b3f7b61c278 /archiva-modules/archiva-web/archiva-security/pom.xml | |
parent | 09187669bb78167e9dc34496fd3b5ed1d88400dd (diff) | |
download | archiva-532824377f0692cea6d8163d9ba34d2876f7686c.tar.gz archiva-532824377f0692cea6d8163d9ba34d2876f7686c.zip |
avoid derby.log in top directory
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177906 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 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-security/pom.xml b/archiva-modules/archiva-web/archiva-security/pom.xml index 424ba398b..37751d260 100644 --- a/archiva-modules/archiva-web/archiva-security/pom.xml +++ b/archiva-modules/archiva-web/archiva-security/pom.xml @@ -148,4 +148,17 @@ <scope>test</scope> </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <systemPropertyVariables> + <derby.system.home>${project.build.directory}/appserver-base</derby.system.home> + </systemPropertyVariables> + </configuration> + </plugin> + </plugins> + </build> </project> |