Mercurial > dive4elements > river
comparison artifacts/src/assembly/assembly.xml @ 8521:e21f847569e7
It's useful to have an uncompressed tar to which more files can be appended.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 19 Dec 2014 16:35:06 +0100 |
parents | 65a2944ec5bb |
children | 93abc24a4972 |
comparison
equal
deleted
inserted
replaced
8520:65a2944ec5bb | 8521:e21f847569e7 |
---|---|
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 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"> | 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> | 4 <id>bin</id> |
5 <includeBaseDirectory>false</includeBaseDirectory> | 5 <includeBaseDirectory>false</includeBaseDirectory> |
6 <formats> | 6 <formats> |
7 <format>tar</format> | |
7 <format>tar.bz2</format> | 8 <format>tar.bz2</format> |
8 </formats> | 9 </formats> |
9 <fileSets> | 10 <fileSets> |
10 <fileSet> | 11 <fileSet> |
11 <directory>${project.basedir}/bin</directory> | 12 <directory>${project.basedir}/bin</directory> |