Mercurial > dive4elements > river
annotate etl/src/assembly/assembly.xml @ 9790:75dc4ea60938 3.2.x
Drop using explicit container names
Compose will generate names for the containers and containers can connect
each other on the network via the service names. This avoids the
unnecessary extra "name space" and prepares the application for usage
with different project names.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 20 Jul 2023 10:25:59 +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> |