]> source.dussan.org Git - archiva.git/commitdiff
avoid derby.log in top directory
authorBrett Porter <brett@apache.org>
Sat, 1 Oct 2011 04:49:19 +0000 (04:49 +0000)
committerBrett Porter <brett@apache.org>
Sat, 1 Oct 2011 04:49:19 +0000 (04:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177906 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-security/pom.xml

index 424ba398b32ff5f0ed0a22efb17aff15f952207c..37751d2609aa027982fbcb70b479345c21802421 100644 (file)
       <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>