From: Patrick Brady Date: Tue, 6 Mar 2018 22:07:57 +0000 (-0500) Subject: Add build helper to pom X-Git-Tag: v1.3.0~27 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F34361%2F4;p=appc%2Fcdt.git Add build helper to pom Need to re-add the build helper plugin to pom in order to attach the zip file for deployment. Change-Id: I73afb91e622890601cfd723ef33ac9b40352dd7b Signed-off-by: Patrick Brady Issue-ID: APPC-627 --- diff --git a/pom.xml b/pom.xml index 833f850..d53701b 100644 --- a/pom.xml +++ b/pom.xml @@ -159,26 +159,49 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - - maven-assembly-plugin - - - maven-repo-zip - - single - - package - - false - false - ${project.artifactId}-${project.version} - - assemble_dist_zip.xml - - - - - + + maven-assembly-plugin + + + maven-repo-zip + + single + + package + + false + false + ${project.artifactId}-${project.version} + + assemble_dist_zip.xml + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.12 + + + attach-artifacts + package + + attach-artifact + + + + + target/${project.artifactId}-${project.version}.zip + zip + + + + + +