comparison artifacts/src/assembly/assembly.xml @ 9751:308a0d822d18 3.2.x

Keep configuration and data in distinct directories This allows having distinct volumes for configuration and data (artifact database, generated mapfiles and shapefiles, etc.). While at it, cleanup MapServer configuration a little bit.
author Tom Gottfried <tom@intevation.de>
date Tue, 11 Oct 2022 11:42:09 +0200
parents 5e38e2924c07
children
comparison
equal deleted inserted replaced
9750:432934cda171 9751:308a0d822d18
17 <outputDirectory>/conf</outputDirectory> 17 <outputDirectory>/conf</outputDirectory>
18 </fileSet> 18 </fileSet>
19 <fileSet> 19 <fileSet>
20 <!-- Include prepared artifact-DB if existant --> 20 <!-- Include prepared artifact-DB if existant -->
21 <directory>${project.basedir}/artifactsdb</directory> 21 <directory>${project.basedir}/artifactsdb</directory>
22 <outputDirectory>/artifactsdb</outputDirectory> 22 <outputDirectory>/artifacts-data/artifactsdb</outputDirectory>
23 </fileSet> 23 </fileSet>
24 <fileSet> 24 <fileSet>
25 <!-- Include prepared datacage-DB if existant --> 25 <!-- Include prepared datacage-DB if existant -->
26 <directory>${project.basedir}/datacagedb</directory> 26 <directory>${project.basedir}/datacagedb</directory>
27 <outputDirectory>/datacagedb</outputDirectory> 27 <outputDirectory>/artifacts-data/datacagedb</outputDirectory>
28 </fileSet> 28 </fileSet>
29 <fileSet> 29 <fileSet>
30 <directory>${project.basedir}/../backend/doc/schema</directory> 30 <directory>${project.basedir}/../backend/doc/schema</directory>
31 <outputDirectory>/schema</outputDirectory> 31 <outputDirectory>/schema</outputDirectory>
32 </fileSet> 32 </fileSet>

http://dive4elements.wald.intevation.org