annotate etl/src/assembly/assembly.xml @ 9723:de83690667fe 3.2.x

Add file forgotten with rev. d8d71005a210 five years ago
author Tom Gottfried <tom@intevation.de>
date Fri, 25 Feb 2022 14:39:26 +0100
parents
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