cc402c45c0d6180fe1fc8793dfb85221808b8e70
[plugin2oc.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" 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   <prerequisites>
5     <maven>3.0</maven>
6   </prerequisites>
7   <parent>
8     <groupId>org.opendaylight.plugin2oc</groupId>
9     <artifactId>commons.plugin2oc</artifactId>
10     <version>0.1</version>
11     <relativePath>commons/parent</relativePath>
12   </parent>
13   <groupId>org.opendaylight.plugin2oc</groupId>
14   <artifactId>plugin2oc.project</artifactId>
15   <version>0.1</version>
16   <packaging>pom</packaging>
17   <properties>
18   <sonar.host.url> http://localhost:9000/ </sonar.host.url>
19   </properties>
20   <modules>
21     <module>neutron</module>
22     <module>commons/parent</module>
23     <module>features-plugin2oc</module>
24     <module>distribution-karaf</module>
25   </modules>
26 </project>