Merge "resolved-policy view - initial commit"
[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   <groupId>org.opendaylight.groupbasedpolicy</groupId>
9   <artifactId>groupbasedpolicy.project</artifactId>
10   <version>0.4.0-SNAPSHOT</version>
11   <packaging>pom</packaging>
12   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
13
14   <prerequisites>
15     <maven>3.0</maven>
16   </prerequisites>
17
18   <modules>
19     <module>artifacts</module>
20     <module>groupbasedpolicy</module>
21     <module>domain-extensions</module>
22     <module>renderers</module>
23     <module>location-providers</module>
24     <module>neutron-mapper</module>
25     <module>neutron-vpp-mapper</module>
26     <module>neutron-ovsdb</module>
27     <module>ui-backend</module>
28     <module>groupbasedpolicy-ui</module>
29     <module>groupbasedpolicy-old-ui</module>
30     <module>distribution-karaf</module>
31     <module>features</module>
32     <module>sxp-mapper</module>
33   </modules>
34
35   <scm>
36     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
37     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
38     <tag>HEAD</tag>
39     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
40   </scm>
41 </project>