From ea736d0c60f042d4e6255136da789724ee178193 Mon Sep 17 00:00:00 2001 From: ramverma Date: Thu, 29 Nov 2018 13:47:30 +0000 Subject: Fixing issues in apex documents Change-Id: Ibc07c20fa8ac1018443a3c061613fdaecc5efb83 Issue-ID: POLICY-1280 Signed-off-by: ramverma --- client/client-full/pom.xml | 129 ++++++++++++++++----------------------------- 1 file changed, 46 insertions(+), 83 deletions(-) (limited to 'client/client-full/pom.xml') diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index ae987c55c..591dcada3 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -51,9 +51,40 @@ jersey-container-grizzly2-http ${version.jersey} + + + + org.onap.policy.apex-pdp.client + client-monitoring + ${project.version} + resources + zip + provided + + + org.onap.policy.apex-pdp.client + client-deployment + ${project.version} + resources + zip + provided + + + org.onap.policy.apex-pdp.client + client-editor + ${project.version} + resources + zip + provided + + + + + + install ${project.build.directory}/classes - + + org.apache.maven.plugins maven-dependency-plugin - unpack-examples - validate + unpack-MONITOR-resources - unpack + unpack-dependencies + generate-resources - - - org.onap.policy.apex-pdp.client - client-monitoring - ${project.version} - jar - false - ${project.build.directory}/classes/webapp/monitoring-temp - META-INF/, org/ - - - org.onap.policy.apex-pdp.client - client-deployment - ${project.version} - jar - false - ${project.build.directory}/classes/webapp/deployment-temp - META-INF/, org/ - - - org.onap.policy.apex-pdp.client - client-editor - ${project.version} - jar - false - ${project.build.directory}/classes/webapp/editor-temp - META-INF/, org/ - - - true - true + ${project.build.directory}/classes/webapp + + org.onap.policy.apex-pdp.client + client-monitoring, client-deployment, client-editor + true + jar + zip + provided - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - initialize - - - - - - - - - - - - - - - - - - run - - - - - org.apache.maven.plugins maven-shade-plugin @@ -265,20 +241,7 @@ maven-dependency-plugin [2.0,) - unpack - - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - [1.0,) - - run + unpack-dependencies -- cgit 1.2.3-korg