From 25e3f7a0d6cd5e364e4fd69eef310fcdb8a58b55 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 4 Sep 2020 11:03:24 +0100 Subject: Remove client code from apex-pdp Removal of the deployment and monitoring client from the apex-pdp as the functionality is replaced by the Policy Framework deployment using PAP and the Policy Framework monitoring GUI. Code in the engine proper that was used to administer apex-pdp over the Web Socket port is also removed, as this code was only used by the apex-pdp legacy GUIs. Issue-ID: POLICY-2621 Change-Id: Ib9fc4a667a4bc79377bb7b82fae6a2bd520a3e3d Signed-off-by: liamfallon --- client/client-full/pom.xml | 248 --------------------------------------------- 1 file changed, 248 deletions(-) delete mode 100644 client/client-full/pom.xml (limited to 'client/client-full/pom.xml') diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml deleted file mode 100644 index 5d9bcbd9c..000000000 --- a/client/client-full/pom.xml +++ /dev/null @@ -1,248 +0,0 @@ - - - 4.0.0 - - org.onap.policy.apex-pdp.client - apex-client - 2.4.1-SNAPSHOT - - - apex-client-full - ${project.artifactId} - Web clients for managing Apex engines - - - src/main/resources/webapp - ${project.basedir}/src/main/resources/webapp/node/node - ${project.basedir}/src/main/java,${project.basedir}/src/main/resources/webapp/js - src/main/resources/webapp/js/__test__/**,src/main/resources/webapp/js/jquery/** - - - - - org.onap.policy.apex-pdp.client - apex-client-monitoring - ${project.version} - - - org.onap.policy.apex-pdp.client - apex-client-deployment - ${project.version} - - - org.onap.policy.apex-pdp.client - apex-client-monitoring - ${project.version} - resources - zip - provided - - - org.onap.policy.apex-pdp.client - apex-client-deployment - ${project.version} - resources - zip - provided - - - org.onap.policy.apex-pdp.client - apex-client-editor - ${project.version} - resources - zip - provided - - - org.assertj - assertj-core - test - - - - - install - ${project.build.directory}/classes - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-MONITOR-resources - - unpack-dependencies - - generate-resources - - ${project.build.directory}/classes/webapp - - org.onap.policy.apex-pdp.client - apex-client-monitoring, apex-client-deployment, apex-client-editor - true - jar - zip - provided - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${project.artifactId}-uber-${project.version} - true - full - - - *:* - - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - reference.conf - - - log4j.properties - - - org.onap.policy.apex.client.full.rest.ApexServicesRestMain - - - - - - org.apache.maven.plugins - maven-war-plugin - - ui - target/classes/webapp - src/main/resources/webapp/WEB-INF/web.xml - - - - prepare-package - - war - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - attach-artifacts - package - - attach-artifact - - - - - ${project.build.directory}/${project.artifactId}-${project.version}-ui.war - war - - - ${project.build.directory}/${project.artifactId}-uber-${project.version}.jar - uber.jar - - - - - - - - - - - - only-eclipse - - - m2e.version - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.0,) - - unpack-dependencies - - - - - - - - - - - - - - - - -- cgit 1.2.3-korg