From eb2c0c4eb9fd10d150072c86b62f65aa1809fc06 Mon Sep 17 00:00:00 2001 From: da490c Date: Thu, 29 Mar 2018 12:53:30 -0400 Subject: [PATCH] Add war and scripts to docker gen Issue-ID: AAI-961 Change-Id: I795098b96f3ebc49f040425fedf174daa0a634d0 Signed-off-by: da490c --- sparkybe-onap-application/pom.xml | 45 +++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 9 deletions(-) diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index aa25dfb..646b8e3 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -389,12 +389,14 @@ + org.apache.maven.plugins maven-resources-plugin + 2.7 - copy-docker-file + copy-docker-file-to-target package copy-resources @@ -410,8 +412,33 @@ **/* + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + copy-scripts-to-target + package + + copy-resources + + + target/scripts + true + - ${basedir}/src/main/bin/ + ${basedir}/src/main/scripts + true + + **/* + @@ -419,15 +446,16 @@ - + org.apache.maven.plugins maven-dependency-plugin + 3.0.0 - copy-installed + copy-war-to-target install - copy + unpack @@ -436,15 +464,14 @@ ${frontEndArtifactId} ${frontEndVersion} war - ${basedir}/target/ - aai.war + ${basedir}/target/static/ - - + + org.jacoco jacoco-maven-plugin -- 2.16.6