From 62ae83d66ecdc04ee722f5219aba687873d76760 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Thu, 25 Jan 2018 15:28:44 +0200 Subject: Fix WS pom clean install and docker creation Change-Id: Ie488bae56ea01d81b84e8ac2dda5c0ac5bd73444 Issue-ID: SDC-964 Signed-off-by: Tal Gitelman --- utils/webseal-simulator/pom.xml | 44 +++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) (limited to 'utils/webseal-simulator') diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index fa9d3529b3..18e5b32bb9 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -15,6 +15,8 @@ yyyyMMdd'T'HHmm https://nexus.onap.org UTF-8 + ${project.version}-${maven.build.timestamp} + ${project.version}-latest @@ -156,21 +158,51 @@ + + maven-clean-plugin + 3.0.0 + + + clean-static-files + clean + + clean + + + + + ${project.basedir}/sdc-simulator + + *.war + + false + + + ${project.basedir}/sdc-simulator/chef-repo/cookbooks/sdc-simulator/files/default + logback.xml + false + + + + + + + maven-resources-plugin 3.0.2 copy-resources-simulator - package + verify copy-resources - ${basedir}/sdc-simulator + ${project.basedir}/sdc-simulator - ${basedir}/target + ${project.basedir}/target WSSimulator.war @@ -180,7 +212,7 @@ copy-configurations-simulator - validate + verify copy-resources @@ -224,7 +256,7 @@ sdc-simulator try - ${basedir}/sdc-simulator + ${basedir}\sdc-simulator ${docker.tag} ${docker.latest.tag} @@ -249,7 +281,7 @@ generate-images - package + install build -- cgit 1.2.3-korg