diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2017-10-10 15:22:05 +0000 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-10-15 11:27:57 +0000 |
commit | e9071bda3b0e97e01b9ec3fcf0e8f83d613d131a (patch) | |
tree | 2ea463168f2ec7af3c8eca199cb8870ea87bf9d9 /common/openecomp-common-configuration-management/openecomp-configuration-management-api/pom.xml | |
parent | 283f25cb7b482192c389bf590515322265d96720 (diff) |
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 <vitaliy.emporopulo@amdocs.com>
(cherry picked from commit 6a3990fbda0e80c2a0693166ef695e4b3f045da6)
Diffstat (limited to 'common/openecomp-common-configuration-management/openecomp-configuration-management-api/pom.xml')
-rw-r--r-- | common/openecomp-common-configuration-management/openecomp-configuration-management-api/pom.xml | 33 |
1 files changed, 0 insertions, 33 deletions
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"> <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.sdc.common</groupId> <name>openecomp-configuration-management-api</name> <artifactId>openecomp-configuration-management-api</artifactId> @@ -13,36 +12,4 @@ <relativePath>..</relativePath> </parent> - <dependencies> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-install-plugin</artifactId> - <version>${mvn.install.version}</version> - <executions> - <execution> - <id>install-mallet</id> - <phase>install</phase> - <goals> - <goal>install-file</goal> - </goals> - <configuration> - <file>${java.home}/../lib/tools.jar</file> - <groupId>tools</groupId> - <artifactId>tools</artifactId> - <version>1.8</version> - <packaging>jar</packaging> - <createChecksum>true</createChecksum> - <generatePom>true</generatePom> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - - </project> |