aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-05-02 02:09:03 +0000
committerCarsten Lund <lund@research.att.com>2017-05-02 02:09:03 +0000
commit8c992c2131c0c53e3c90672f54a574ed0cfdc519 (patch)
tree1f1e7b96820b5787eabe792752ceeff720ebdb74
parent5297c0a3ff921f98629c8abc7d617d64fdb6d290 (diff)
[DCAE-15] Changes related to version 1.1 (2)
Change-Id: I7e287e792368e0dd4807f3f636e3c1aef5c1fecc Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r--ncomp-core-tools/pom.xml2
-rw-r--r--ncomp-core-tools/src/assembly/assemble_zip.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ncomp-core-tools/pom.xml b/ncomp-core-tools/pom.xml
index 0934cdb..f23bb06 100644
--- a/ncomp-core-tools/pom.xml
+++ b/ncomp-core-tools/pom.xml
@@ -70,11 +70,11 @@
<phase>package</phase>
<configuration>
<attach>false</attach>
+ <appendAssemblyId>false</appendAssemblyId>
<finalName>${project.artifactId}-${project.version}</finalName>
<descriptors>
<descriptor>src/assembly/assemble_zip.xml</descriptor>
</descriptors>
- <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>
diff --git a/ncomp-core-tools/src/assembly/assemble_zip.xml b/ncomp-core-tools/src/assembly/assemble_zip.xml
index d4c5c36..9420ed3 100644
--- a/ncomp-core-tools/src/assembly/assemble_zip.xml
+++ b/ncomp-core-tools/src/assembly/assemble_zip.xml
@@ -4,7 +4,7 @@
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
- <id>bin</id>
+ <id>bin</id>
<formats>
<format>zip</format>
</formats>