Mercurial > dive4elements > river
annotate etl/src/assembly/assembly.xml @ 9763:ce7c67445cbb 3.2.x
No more hacks for getting description in case of official lines
In case the name contained one and only one number, that number
had been returned as description because in that case, the name
matched WQ.NUMBERS_PATTERN.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 11 Nov 2022 18:12:26 +0100 |
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> |