From 0e82fc327457a80ee79380580850526b3ceff732 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 6 Mar 2018 17:07:57 -0500 Subject: 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 --- pom.xml | 63 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 20 deletions(-) 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 + + + + + + -- cgit 1.2.3-korg