You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2015/01/02 14:59:16 UTC

svn commit: r1649031 - /directory/apacheds/trunk/pom.xml

Author: coheigea
Date: Fri Jan  2 13:59:15 2015
New Revision: 1649031

URL: http://svn.apache.org/r1649031
Log:
Write temporary data to the "target" directory of each module, rather than using polluting /tmp

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1649031&r1=1649030&r2=1649031&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Fri Jan  2 13:59:15 2015
@@ -249,6 +249,14 @@
             </lifecycleMappingMetadata>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <java.io.tmpdir>${basedir}/target</java.io.tmpdir>
+            </systemPropertyVariables>
+          </configuration>
+         </plugin>
       </plugins>
     </pluginManagement>