7490ced1ac0aaa360f3ccbeb66cc5d63d71eae8b
[sdc.git] / common / openecomp-common-configuration-management / openecomp-configuration-management-api / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4
5     <groupId>org.openecomp.sdc.common</groupId>
6     <name>openecomp-configuration-management-api</name>
7     <artifactId>openecomp-configuration-management-api</artifactId>
8
9     <parent>
10         <artifactId>openecomp-common-configuration-management</artifactId>
11         <groupId>org.openecomp.sdc.common</groupId>
12         <version>1.1.0-SNAPSHOT</version>
13         <relativePath>..</relativePath>
14     </parent>
15
16     <dependencies>
17     </dependencies>
18
19     <build>
20     <plugins>
21     <plugin>
22         <groupId>org.apache.maven.plugins</groupId>
23         <artifactId>maven-install-plugin</artifactId>
24         <version>${mvn.install.version}</version>
25         <executions>
26             <execution>
27                 <id>install-mallet</id>
28                 <phase>install</phase>
29                 <goals>
30                     <goal>install-file</goal>
31                 </goals>
32                 <configuration>
33                     <file>${java.home}/../lib/tools.jar</file>
34                     <groupId>tools</groupId>
35                     <artifactId>tools</artifactId>
36                     <version>1.8</version>
37                     <packaging>jar</packaging>
38                     <createChecksum>true</createChecksum>
39                     <generatePom>true</generatePom>
40                 </configuration>
41             </execution>
42         </executions>
43     </plugin>
44     </plugins>
45     </build>
46
47
48 </project>