alshabib | 86ac11c | 2014-08-14 16:14:41 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 2 | <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"> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 5 | <modelVersion>4.0.0</modelVersion> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 6 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 7 | <parent> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 8 | <groupId>org.onlab.onos</groupId> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 9 | <artifactId>onos</artifactId> |
| 10 | <version>1.0.0-SNAPSHOT</version> |
| 11 | <relativePath>../pom.xml</relativePath> |
| 12 | </parent> |
alshabib | 86ac11c | 2014-08-14 16:14:41 -0700 | [diff] [blame] | 13 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 14 | <artifactId>onos-of</artifactId> |
| 15 | <packaging>pom</packaging> |
alshabib | 86ac11c | 2014-08-14 16:14:41 -0700 | [diff] [blame] | 16 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 17 | <description>ONOS OpenFlow Protocol subsystem</description> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 18 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 19 | <modules> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 20 | <module>api</module> |
| 21 | <module>ctl</module> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 22 | <module>drivers</module> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 23 | </modules> |
| 24 | |
alshabib | c4901cd | 2014-09-05 16:50:40 -0700 | [diff] [blame] | 25 | <dependencies> |
| 26 | <dependency> |
| 27 | <groupId>org.onlab.onos</groupId> |
| 28 | <artifactId>onlab-misc</artifactId> |
| 29 | </dependency> |
| 30 | </dependencies> |
| 31 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 32 | <build> |
| 33 | <plugins> |
| 34 | <plugin> |
| 35 | <groupId>org.apache.felix</groupId> |
| 36 | <artifactId>maven-bundle-plugin</artifactId> |
| 37 | </plugin> |
| 38 | </plugins> |
| 39 | </build> |
alshabib | 86ac11c | 2014-08-14 16:14:41 -0700 | [diff] [blame] | 40 | |
| 41 | </project> |