blob: bed85199135d3884abc9bd0ff7b2a782599bcce5 [file] [log] [blame]
alshabib86ac11c2014-08-14 16:14:41 -07001<?xml version="1.0" encoding="UTF-8"?>
tom0eb04ca2014-08-25 14:34:51 -07002<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
tom09419512014-08-15 11:28:43 -07005 <modelVersion>4.0.0</modelVersion>
tom0eb04ca2014-08-25 14:34:51 -07006
tom09419512014-08-15 11:28:43 -07007 <parent>
tom0eb04ca2014-08-25 14:34:51 -07008 <groupId>org.onlab.onos</groupId>
tom09419512014-08-15 11:28:43 -07009 <artifactId>onos</artifactId>
10 <version>1.0.0-SNAPSHOT</version>
11 <relativePath>../pom.xml</relativePath>
12 </parent>
alshabib86ac11c2014-08-14 16:14:41 -070013
tom0eb04ca2014-08-25 14:34:51 -070014 <artifactId>onos-of</artifactId>
15 <packaging>pom</packaging>
alshabib86ac11c2014-08-14 16:14:41 -070016
tom0eb04ca2014-08-25 14:34:51 -070017 <description>ONOS OpenFlow Protocol subsystem</description>
tom09419512014-08-15 11:28:43 -070018
tom0eb04ca2014-08-25 14:34:51 -070019 <modules>
20 <module>lib</module>
21 <module>api</module>
22 <module>ctl</module>
23 </modules>
24
25 <build>
26 <plugins>
27 <plugin>
28 <groupId>org.apache.felix</groupId>
29 <artifactId>maven-bundle-plugin</artifactId>
30 </plugin>
31 </plugins>
32 </build>
alshabib86ac11c2014-08-14 16:14:41 -070033
34</project>