[PATCH 1 of 2] We don't need the base directory in the assembly

Wald Commits scm-commit at wald.intevation.org
Fri Dec 19 16:35:20 CET 2014


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1419003252 -3600
# Node ID 65a2944ec5bb4394a52220bfdcc28511246dbbde
# Parent  dbb6702dedfff84f7ad96fd6022cb6cb741201be
We don't need the base directory in the assembly.

diff -r dbb6702dedff -r 65a2944ec5bb artifacts/src/assembly/assembly.xml
--- 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>


More information about the Dive4Elements-commits mailing list