From: da490c Date: Thu, 29 Mar 2018 16:53:30 +0000 (-0400) Subject: Add war and scripts to docker gen X-Git-Tag: v1.2.0~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F40223%2F1;p=aai%2Fsparky-be.git Add war and scripts to docker gen Issue-ID: AAI-961 Change-Id: I795098b96f3ebc49f040425fedf174daa0a634d0 Signed-off-by: da490c --- 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