]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1548] configure a java.io.tmpdir in ./temp for jetty distrib
authorOlivier Lamy <olamy@apache.org>
Sun, 6 Nov 2011 09:02:03 +0000 (09:02 +0000)
committerOlivier Lamy <olamy@apache.org>
Sun, 6 Nov 2011 09:02:03 +0000 (09:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1198293 13f79535-47bb-0310-9956-ffa450edef68

archiva-jetty/pom.xml
archiva-jetty/src/main/assembly/bin.xml
archiva-jetty/src/main/temp/safeToDelete.tmp [new file with mode: 0644]

index b015ae69273bd0c75aac9ac6576e38f34b691241..2f766c2677a6cbd70e291201678f98432563da35 100644 (file)
                   <systemProperty>derby.system.home=%ARCHIVA_BASE%/logs</systemProperty>
                   -->
                   <systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty>
+                  <systemProperty>java.io.tmpdir=./temp</systemProperty>
                 </systemProperties>
               </jvmSettings>
             </daemon>
index 0e3206dfa03c49dbca95de11a02abe0da95a6aef..faa4748befd48dd2cd0f39e1cc1d8280862ed69b 100644 (file)
         <include>LICENSE</include>
       </includes>
     </fileSet>
+    <fileSet>
+      <directory>src/main/temp/</directory>
+      <outputDirectory>/temp</outputDirectory>
+    </fileSet>
   </fileSets>
   <dependencySets>
     <dependencySet>
diff --git a/archiva-jetty/src/main/temp/safeToDelete.tmp b/archiva-jetty/src/main/temp/safeToDelete.tmp
new file mode 100644 (file)
index 0000000..e69de29