Merge "Adding neutron-ovsdb."
[groupbasedpolicy.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. 
3   This program and the accompanying materials are made available under the 
4   terms of the Eclipse Public License v1.0 which accompanies this distribution, 
5   and is available at http://www.eclipse.org/legal/epl-v10.html --><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">
6   <modelVersion>4.0.0</modelVersion>
7
8   <parent>
9     <groupId>org.opendaylight.groupbasedpolicy</groupId>
10     <artifactId>commons.groupbasedpolicy</artifactId>
11     <version>0.2.0-SNAPSHOT</version>
12     <relativePath>commons/parent</relativePath>
13   </parent>
14
15   <artifactId>groupbasedpolicy.project</artifactId>
16   <packaging>pom</packaging>
17   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
18
19   <prerequisites>
20     <maven>3.0</maven>
21   </prerequisites>
22
23   <modules>
24     <module>commons/parent</module>
25     <module>groupbasedpolicy</module>
26     <module>renderers</module>
27     <module>groupbasedpolicy-ofoverlay-config</module>
28     <module>groupbasedpolicy-opflex-config</module>
29     <module>groupbasedpolicy-openstackendpoint-config</module>
30     <module>neutron-mapper</module>
31     <module>neutron-mapper-config</module>
32     <module>neutron-ovsdb</module>
33     <module>neutron-ovsdb-config</module>
34     <module>ui-backend</module>
35     <module>ui-backend-config</module>
36     <module>groupbasedpolicy-ui</module>
37     <module>distribution-karaf</module>
38     <module>features</module>
39   </modules>
40
41   <build>
42     <plugins>
43       <plugin>
44         <groupId>org.apache.maven.plugins</groupId>
45         <artifactId>maven-checkstyle-plugin</artifactId>
46         <configuration>
47           <!-- checkstyle is evil -->
48           <skip>true</skip>
49         </configuration>
50       </plugin>
51     </plugins>
52   </build>
53
54   <scm>
55     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
56     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
57     <tag>HEAD</tag>
58     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
59   </scm>
60 </project>