Author: brett
Date: Sat Oct 1 04:49:19 2011
New Revision: 1177906
URL: http://svn.apache.org/viewvc?rev=1177906&view=rev
Log:
avoid derby.log in top directory
Modified:
archiva/trunk/archiva-modules/archiva-web/archiva-security/pom.xml
Modified: archiva/trunk/archiva-modules/archiva-web/archiva-security/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-security/pom.xml?rev=1177906&r1=1177905&r2=1177906&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-security/pom.xml
(original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-security/pom.xml Sat Oct
1 04:49:19 2011
@@ -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>