Fixed configuration POM for staging 99/17999/1
authorvempo <vitaliy.emporopulo@amdocs.com>
Tue, 10 Oct 2017 15:22:05 +0000 (15:22 +0000)
committervempo <vitaliy.emporopulo@amdocs.com>
Tue, 10 Oct 2017 15:34:21 +0000 (15:34 +0000)
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>
common/openecomp-common-configuration-management/openecomp-configuration-management-api/pom.xml
common/openecomp-common-configuration-management/pom.xml

index 7490ced..ba74f88 100644 (file)
@@ -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>
 
         <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>
index 47e8465..a53733c 100644 (file)
@@ -17,7 +17,6 @@
     <modules>
         <module>openecomp-configuration-management-api</module>
         <module>openecomp-configuration-management-core</module>
-        <module>openecomp-configuration-management-cli</module>
         <module>openecomp-configuration-management-test</module>
     </modules>