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-editor/pom.xml | 119 +++++++++++++++++++------------------------ 1 file changed, 52 insertions(+), 67 deletions(-) (limited to 'client/client-editor/pom.xml') diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index 4bae1013d..a72f88c76 100644 --- a/client/client-editor/pom.xml +++ b/client/client-editor/pom.xml @@ -17,7 +17,8 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.apex-pdp.client @@ -44,11 +45,6 @@ core-infrastructure ${project.version} - - org.onap.policy.apex-pdp.client - client-common - ${project.version} - org.glassfish.jersey.containers jersey-container-grizzly2-http @@ -90,43 +86,67 @@ ${version.jersey} test + + + org.onap.policy.apex-pdp.client + client-common + ${project.version} + resources + zip + provided + + install ${project.build.directory}/classes - + + org.apache.maven.plugins maven-dependency-plugin - unpack-examples - validate + unpack-shared-resources - unpack + unpack-dependencies + generate-resources - - - org.onap.policy.apex-pdp.client - client-common - ${project.version} - jar - false - ${project.build.directory}/classes/webapp - META-INF/ - webapp/css/styles.css, webapp/css/interfaceAssets.css - - - true - true + ${project.build.directory}/classes/webapp + + client-common + org.onap.policy.apex-pdp.client + true + true + jar + zip + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + make shared resources + + single + + package + + + src/main/assembly/resources.xml + + org.apache.maven.plugins maven-shade-plugin @@ -158,14 +178,18 @@ - - + + reference.conf - + log4j.properties - + org.onap.policy.apex.client.editor.rest.ApexEditorMain @@ -218,45 +242,6 @@ - - only-eclipse - - - m2e.version - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.0,) - - unpack - - - - - - - - - - - - - - - apexSite -- cgit 1.2.3-korg