a9dd0eefc94696d27958dff8974c064e3c6b3c8c
[dcaegen2/platform.git] / mod2 / helm-generator / helmchartgenerator-cli / pom.xml
1 <?xml version="1.0"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <groupId>org.onap.dcaegen2.platform</groupId>
7     <artifactId>helmchartgenerator</artifactId>
8     <version>1.0.2-SNAPSHOT</version>
9   </parent>
10   <artifactId>helmchartgenerator-cli</artifactId>
11   <version>1.0.2-SNAPSHOT</version>
12   <name>helmchartgenerator-cli</name>
13   <properties>
14     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15   </properties>
16   <dependencies>
17     <dependency>
18       <groupId>org.onap.dcaegen2.platform</groupId>
19       <artifactId>helmchartgenerator-core</artifactId>
20       <version>1.0.2-SNAPSHOT</version>
21     </dependency>
22   </dependencies>
23   <build>
24     <plugins>
25       <plugin>
26           <groupId>org.springframework.boot</groupId>
27           <artifactId>spring-boot-maven-plugin</artifactId>
28           <executions>
29               <execution>
30                   <goals>
31                       <goal>repackage</goal>
32                   </goals>
33               </execution>
34           </executions>
35       </plugin>
36     </plugins>
37   </build>
38 </project>