Merge "Add missing configuration to build-helper-maven-plugin "
[openflowjava.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     <parent>
5         <groupId>org.opendaylight.openflowjava</groupId>
6         <artifactId>openflowjava-parent</artifactId>
7         <version>0.10.0-SNAPSHOT</version>
8         <relativePath>parent</relativePath>
9     </parent>
10
11     <artifactId>openflowjava-aggregator</artifactId>
12     <packaging>pom</packaging>
13
14     <modules>
15         <module>artifacts</module>
16         <module>features</module>
17         <module>openflowjava-config</module>
18         <module>openflowjava-blueprint-config</module>
19         <module>openflow-protocol-api</module>
20         <module>openflow-protocol-impl</module>
21         <module>openflow-protocol-it</module>
22         <module>openflow-protocol-spi</module>
23         <module>parent</module>
24         <module>simple-client</module>
25         <module>openflowjava-util</module>
26     </modules>
27 </project>