From 02bf7de575b246c63188988072aabb36ac3b697b Mon Sep 17 00:00:00 2001 From: Kevin McKiou Date: Fri, 20 Jul 2018 12:14:35 -0500 Subject: Remove site-manager from common-modules Patch 1: The site-manager is specific to the AT&T environment and is not functional in ONAP. This change removes the site-manager module from the policy common-modules. Patch 2: Removed the site-manager from the pom.xml file. Issue-ID: POLICY-1001 Change-Id: Ibd8dd95915739205b0c5463c8b28706b615d9faf Signed-off-by: Kevin McKiou --- site-manager/pom.xml | 177 --------------------------------------------------- 1 file changed, 177 deletions(-) delete mode 100644 site-manager/pom.xml (limited to 'site-manager/pom.xml') diff --git a/site-manager/pom.xml b/site-manager/pom.xml deleted file mode 100644 index be789905..00000000 --- a/site-manager/pom.xml +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - 4.0.0 - - site-manager - jar - - - org.onap.policy.common - common-modules - 1.3.0-SNAPSHOT - - - site-manager - - - - - maven-checkstyle-plugin - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} - true - true - true - true - true - warning - - - - - - org.onap.oparent - checkstyle - 0.1.1 - compile - - - - - maven-resources-plugin - 2.6 - - - copy-resources - - copy-resources - - validate - - target/files - - - src/main/files - true - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - 1.4 - - - package - - shade - - - - - org.eclipse.persistence:javax.persistence - - - - - - - - maven-assembly-plugin - 2.6 - - - zipfile - - single - - package - - true - ${project.artifactId}-${project.version} - - src/assembly/assemble_zip.xml - - false - - - - - - - - - - org.eclipse.persistence - javax.persistence - - - org.onap.policy.common - integrity-monitor - ${project.version} - - - org.mariadb.jdbc - mariadb-java-client - ${mariadb.jdbc.version} - - - commons-cli - commons-cli - 1.3 - - - com.h2database - h2 - test - - - org.eclipse.persistence - eclipselink - test - - - org.onap.policy.common - utils-test - ${project.version} - test - - - -- cgit 1.2.3-korg