OpFlex removed from master
[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.3.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>artifacts</module>
25     <module>commons/parent</module>
26     <module>groupbasedpolicy</module>
27     <module>renderers</module>
28     <module>groupbasedpolicy-ofoverlay-config</module>
29     <module>neutron-mapper</module>
30     <module>neutron-mapper-config</module>
31     <module>neutron-ovsdb</module>
32     <module>neutron-ovsdb-config</module>
33     <module>ui-backend</module>
34     <module>ui-backend-config</module>
35     <module>groupbasedpolicy-ui</module>
36     <module>distribution-karaf</module>
37     <module>features</module>
38   </modules>
39
40   <build>
41     <plugins>
42       <plugin>
43         <groupId>org.apache.maven.plugins</groupId>
44         <artifactId>maven-checkstyle-plugin</artifactId>
45         <configuration>
46           <!-- checkstyle is evil -->
47           <skip>true</skip>
48         </configuration>
49       </plugin>
50     </plugins>
51   </build>
52
53   <scm>
54     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
55     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
56     <tag>HEAD</tag>
57     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
58   </scm>
59 </project>