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>
5 <groupId>org.opendaylight.openflowplugin</groupId>
6 <artifactId>openflowplugin-parent</artifactId>
7 <version>0.3.0-SNAPSHOT</version>
8 <relativePath>parent</relativePath>
11 <groupId>org.opendaylight.openflowplugin</groupId>
12 <artifactId>openflowplugin-aggregator</artifactId>
13 <version>0.3.0-SNAPSHOT</version>
14 <name>openflowplugin</name> <!-- Used by Sonar to set project name -->
15 <packaging>pom</packaging>
18 <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
19 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
20 <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
25 <module>artifacts</module>
26 <module>parent</module>
27 <module>openflowplugin-api</module>
28 <module>openflowplugin</module>
29 <module>openflowplugin-impl</module>
30 <module>openflowplugin-common</module>
31 <module>extension</module>
32 <module>distribution/karaf</module>
33 <module>openflowplugin-controller-config</module>
35 <module>openflowplugin-it</module>
37 <module>test-provider</module>
38 <module>drop-test</module>
39 <module>drop-test-karaf</module>
40 <module>test-common</module>
41 <module>features</module>
42 <module>features-li</module>
43 <module>samples/sample-consumer</module>
44 <module>samples/learning-switch</module>
45 <module>applications</module>
46 <module>model</module>