Merge "Creating infrastructure for aai simulator"
[integration/csit.git] / plans / so / integration-etsi-testing / so-simulators / aai-simulator / 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     <parent>
5         <groupId>org.onap.so.simulators</groupId>
6         <artifactId>so-simulators</artifactId>
7         <version>1.0-SNAPSHOT</version>
8     </parent>
9     <artifactId>aai-simulator</artifactId>
10
11     <build>
12         <plugins>
13             <plugin>
14                 <groupId>org.springframework.boot</groupId>
15                 <artifactId>spring-boot-maven-plugin</artifactId>
16                 <configuration>
17                     <mainClass>org.onap.so.aai.simulator.AaiSimulatorApplication</mainClass>
18                 </configuration>
19                 <executions>
20                     <execution>
21                         <goals>
22                             <goal>repackage</goal>
23                         </goals>
24                     </execution>
25                 </executions>
26             </plugin>
27             <plugin>
28                 <groupId>org.springframework.boot</groupId>
29                 <artifactId>spring-boot-maven-plugin</artifactId>
30             </plugin>
31         </plugins>
32     </build>
33
34 </project>