annotate etl/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 de83690667fe
children
rev   line source
9723
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
3 xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
4 <id>bin</id>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
5 <formats>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
6 <format>tar</format>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
7 <format>tar.gz</format>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
8 </formats>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
9 <fileSets>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
10 <fileSet>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
11 <directory>${project.basedir}/bin</directory>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
12 <outputDirectory>bin</outputDirectory>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
13 </fileSet>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
14 <fileSet>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
15 <directory>${project.basedir}/doc</directory>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
16 <outputDirectory>doc</outputDirectory>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
17 </fileSet>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
18 </fileSets>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
19 <dependencySets>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
20 <dependencySet>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
21 <outputDirectory>bin/lib</outputDirectory>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
22 </dependencySet>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
23 </dependencySets>
de83690667fe Add file forgotten with rev. d8d71005a210 five years ago
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
24 </assembly>

http://dive4elements.wald.intevation.org