Mercurial > dive4elements > river
changeset 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 | dbb6702dedff |
children | e21f847569e7 |
files | artifacts/src/assembly/assembly.xml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/assembly/assembly.xml Fri Dec 19 15:24:43 2014 +0100 +++ b/artifacts/src/assembly/assembly.xml Fri Dec 19 16:34:12 2014 +0100 @@ -2,6 +2,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> <id>bin</id> + <includeBaseDirectory>false</includeBaseDirectory> <formats> <format>tar.bz2</format> </formats>