Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
9722:810ab0eb0d4b | 9723:de83690667fe |
---|---|
1 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" | |
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
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"> | |
4 <id>bin</id> | |
5 <formats> | |
6 <format>tar</format> | |
7 <format>tar.gz</format> | |
8 </formats> | |
9 <fileSets> | |
10 <fileSet> | |
11 <directory>${project.basedir}/bin</directory> | |
12 <outputDirectory>bin</outputDirectory> | |
13 </fileSet> | |
14 <fileSet> | |
15 <directory>${project.basedir}/doc</directory> | |
16 <outputDirectory>doc</outputDirectory> | |
17 </fileSet> | |
18 </fileSets> | |
19 <dependencySets> | |
20 <dependencySet> | |
21 <outputDirectory>bin/lib</outputDirectory> | |
22 </dependencySet> | |
23 </dependencySets> | |
24 </assembly> |