From e9071bda3b0e97e01b9ec3fcf0e8f83d613d131a Mon Sep 17 00:00:00 2001 From: vempo Date: Tue, 10 Oct 2017 15:22:05 +0000 Subject: Fixed configuration POM for staging Do not install tools.jar as a Maven artifact. Do not build configuration-management-cli as part of the project, because it has tools.jar as a dependency. Change-Id: I2f0050fd3cefb20abef3bca0e97bf43e0afe35ea Issue-ID: SDC-435 Signed-off-by: vempo (cherry picked from commit 6a3990fbda0e80c2a0693166ef695e4b3f045da6) --- .../openecomp-configuration-management-api/pom.xml | 33 ---------------------- .../pom.xml | 1 - 2 files changed, 34 deletions(-) (limited to 'common') diff --git a/common/openecomp-common-configuration-management/openecomp-configuration-management-api/pom.xml b/common/openecomp-common-configuration-management/openecomp-configuration-management-api/pom.xml index 22fdd2cdf4..0a06aa3f4e 100644 --- a/common/openecomp-common-configuration-management/openecomp-configuration-management-api/pom.xml +++ b/common/openecomp-common-configuration-management/openecomp-configuration-management-api/pom.xml @@ -2,7 +2,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.openecomp.sdc.common openecomp-configuration-management-api openecomp-configuration-management-api @@ -13,36 +12,4 @@ .. - - - - - - - org.apache.maven.plugins - maven-install-plugin - ${mvn.install.version} - - - install-mallet - install - - install-file - - - ${java.home}/../lib/tools.jar - tools - tools - 1.8 - jar - true - true - - - - - - - - diff --git a/common/openecomp-common-configuration-management/pom.xml b/common/openecomp-common-configuration-management/pom.xml index 0d28746e9a..001b719ef1 100644 --- a/common/openecomp-common-configuration-management/pom.xml +++ b/common/openecomp-common-configuration-management/pom.xml @@ -17,7 +17,6 @@ openecomp-configuration-management-api openecomp-configuration-management-core - openecomp-configuration-management-cli openecomp-configuration-management-test -- cgit 1.2.3-korg