aboutsummaryrefslogtreecommitdiffstats
path: root/lib/functions
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-03-14 17:19:44 -0700
committerVictor Morales <victor.morales@intel.com>2018-03-14 17:19:44 -0700
commit294a3567d7363e2cac4cb6be8cb5aac7b7b9d1f0 (patch)
tree1fe9db4b10325b7364bd936c2f7d289b263026e7 /lib/functions
parent4d7590ed7425a94c0f87a8461548c2461d79a710 (diff)
Add DMaaP support
This change includes the creation of DMaaP scripts as well as its unit tests. The docker building image process was modified, removed the clean option. Change-Id: I941c84f82ed5c2375e62905d56145fc0e1a541a8 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-442
Diffstat (limited to 'lib/functions')
-rwxr-xr-xlib/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/functions b/lib/functions
index f40761f..08e5655 100755
--- a/lib/functions
+++ b/lib/functions
@@ -378,7 +378,7 @@ function build_docker_image {
install_maven
# Cleanup external repo
sed -i 's|${docker.push.registry}/||g' pom.xml
- local docker_build="mvn clean package docker:build -DskipTests=true -Dmaven.test.skip=true -Dmaven.javadoc.skip=true"
+ local docker_build="mvn package docker:build -DskipTests=true -Dmaven.test.skip=true -Dmaven.javadoc.skip=true"
if [ $profile ]; then
docker_build+=" -P $profile"
fi