Merge changes Idaa55084,Idaa55084
[so.git] / aria / 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</groupId>
6                 <artifactId>so</artifactId>
7                 <version>1.2.0-SNAPSHOT</version>
8                 <relativePath>../pom.xml</relativePath>
9         </parent>
10
11         <artifactId>aria</artifactId>
12
13         <name>ARIA related artifacts</name>
14         <description>ARIA related artifacts</description>
15         <packaging>pom</packaging>
16
17         <modules>
18                 <module>aria-rest-java-client</module>
19                 <!-- <module>aria-rest-server</module> -->
20                 <module>multivim-plugin</module>
21         </modules>
22 </project>