Plugin migration to use the new Schema independent Library.
[ovsdb.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
5   <parent>
6     <groupId>org.opendaylight.ovsdb</groupId>
7     <artifactId>ovsdb_commons</artifactId>
8     <version>1.1.0-SNAPSHOT</version>
9     <relativePath>commons/parent</relativePath>
10   </parent>
11   <groupId>org.opendaylight.ovsdb</groupId>
12   <artifactId>ovsdb_project</artifactId>
13   <version>1.0.0-SNAPSHOT</version>
14   <packaging>pom</packaging>
15   <prerequisites>
16     <maven>3.0</maven>
17   </prerequisites>
18   <modules>
19     <module>library</module>
20     <module>schemas/Open_vSwitch</module>
21     <module>schemas/hardware_vtep</module>
22     <module>plugin</module>
23     <module>commons/parent</module>
24     <module>commons/integrationtest</module>
25     <!--
26     TODO : remove this comment & let these modules build once the Library migraion is complete.
27     <module>northbound</module>
28     <module>neutron</module>
29     <module>distribution/opendaylight</module>
30      -->
31   </modules>
32   <profiles>
33     <profile>
34       <id>integrationtest</id>
35       <activation>
36         <activeByDefault>false</activeByDefault>
37       </activation>
38       <modules>
39           <module>integrationtest</module>
40       </modules>
41     </profile>
42   </profiles>
43   <scm>
44     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
45     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
46     <tag>HEAD</tag>
47     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
48   </scm>
49
50 </project>