Print

Print


Commit in lcsim-parent on MAIN
pom.xml+8-11.35 -> 1.36
Update to allow override of org.lcsim.cacheDir when running tests (used by hudson)

lcsim-parent
pom.xml 1.35 -> 1.36
diff -u -r1.35 -r1.36
--- pom.xml	30 Jan 2009 00:24:54 -0000	1.35
+++ pom.xml	4 Mar 2009 02:54:57 -0000	1.36
@@ -267,7 +267,14 @@
 		           Ignore inner classes when scanning for tests.
 	                  -->
                         <exclude>**/*$*</exclude>
-                    </excludes>	 
+                    </excludes>
+                    <!-- This allows the cacheDir to be overiden in settings.xml (used by hudson) -->
+                    <systemProperties>
+                        <property>
+                            <name>org.lcsim.cacheDir</name>
+                            <value>${org.lcsim.cacheDir}</value>
+                        </property>
+                    </systemProperties>
                 </configuration>
             </plugin>
             <!-- Create the directory for test output. -->
CVSspam 0.2.8