Adding support for Spring-Boot SSL
[aai/sparky-be.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5
6     <groupId>org.onap.aai</groupId>
7     <artifactId>sparky-be</artifactId>
8     <version>1.2.0-SNAPSHOT</version>
9     <packaging>pom</packaging>
10     <name>aai-sparky-be</name>
11
12         <modules>
13                 <module>sparkybe-onap-service/pom.xml</module>
14                 <module>sparkybe-onap-application/pom.xml</module>
15         </modules>
16
17     <!-- we don't need to deploy the top level pom project -->
18         <build>
19                 <plugins>
20                         <plugin>
21                                 <artifactId>maven-deploy-plugin</artifactId>
22                                 <configuration>
23                                         <skip>true</skip>
24                                 </configuration>
25                         </plugin>
26                 </plugins>
27         </build>
28         
29 </project>