Print

Print


Author: [log in to unmask]
Date: Tue May 31 12:12:18 2016
New Revision: 4383

Log:
Restore cache dir setting from env removed in r4381 (guess Hudson actually does need this).

Modified:
    java/trunk/parent/pom.xml

Modified: java/trunk/parent/pom.xml
 =============================================================================
--- java/trunk/parent/pom.xml	(original)
+++ java/trunk/parent/pom.xml	Tue May 31 12:12:18 2016
@@ -454,6 +454,7 @@
                     <forkMode>pertest</forkMode>
                     <systemPropertyVariables>
                         <java.util.logging.config.class>org.hps.logging.config.TestLoggingConfig</java.util.logging.config.class>
+                        <org.lcsim.cacheDir>${org.lcsim.cacheDir}</org.lcsim.cacheDir>
                     </systemPropertyVariables>
                 </configuration>
             </plugin>