aboutsummaryrefslogtreecommitdiffstats
path: root/packages/apex-pdp-package-full/pom.xml
diff options
context:
space:
mode:
authorRashmi Pujar <rashmi.pujar@bell.ca>2019-06-17 10:34:49 -0400
committerRashmi Pujar <rashmi.pujar@bell.ca>2019-06-19 06:22:16 -0400
commit7b945416da394a3ae3e53a1a9ae8d21f6a4e761e (patch)
treea86f73cbc96ff35e6f3863f454be6b464fa59aa7 /packages/apex-pdp-package-full/pom.xml
parentdc2ca16a6d7d8cc13be5716e058add8190ea4479 (diff)
Use io.fabric8:docker-maven-plugin to build and push docker images
Issue-ID: POLICY-969 Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca> Change-Id: Ia3c7c2d6b77d87848c344f212f4a0266db90426e
Diffstat (limited to 'packages/apex-pdp-package-full/pom.xml')
-rw-r--r--packages/apex-pdp-package-full/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml
index d0a2c15bc..a3b6d3fbf 100644
--- a/packages/apex-pdp-package-full/pom.xml
+++ b/packages/apex-pdp-package-full/pom.xml
@@ -2,6 +2,7 @@
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
Modifications Copyright (C) 2019 Nordix Foundation
+ Modifications Copyright (C) 2019 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -514,6 +515,7 @@
<descriptor>src/main/package/tarball/assembly.xml</descriptor>
</descriptors>
<finalName>${project.artifactId}-${project.version}</finalName>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>
@@ -526,7 +528,7 @@
<configuration>
<tasks>
<untar
- src="${project.build.directory}/${project.artifactId}-${project.version}-tarball.tar.gz"
+ src="${project.build.directory}/${project.artifactId}-${project.version}.tar.gz"
dest="${project.build.directory}/install_hierarchy" compression="gzip" />
</tasks>
</configuration>