Mercurial > dive4elements > river
comparison artifacts/src/assembly/assembly.xml @ 8520:65a2944ec5bb
We don't need the base directory in the assembly.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 19 Dec 2014 16:34:12 +0100 |
parents | dc02c7f96ad8 |
children | e21f847569e7 |
comparison
equal
deleted
inserted
replaced
8519:dbb6702dedff | 8520:65a2944ec5bb |
---|---|
1 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" | 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" | 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 <formats> | 6 <formats> |
6 <format>tar.bz2</format> | 7 <format>tar.bz2</format> |
7 </formats> | 8 </formats> |
8 <fileSets> | 9 <fileSets> |
9 <fileSet> | 10 <fileSet> |