Bug 6396: Integrate neutron-vpp-mapper with clustering singleton service
[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.odlparent</groupId>
10     <artifactId>odlparent-lite</artifactId>
11     <version>1.7.0-SNAPSHOT</version>
12     <relativePath/>
13   </parent>
14
15   <groupId>org.opendaylight.groupbasedpolicy</groupId>
16   <artifactId>groupbasedpolicy.project</artifactId>
17   <version>0.4.0-SNAPSHOT</version>
18   <packaging>pom</packaging>
19   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
20
21   <prerequisites>
22     <maven>3.0</maven>
23   </prerequisites>
24
25   <modules>
26     <module>artifacts</module>
27     <module>groupbasedpolicy</module>
28     <module>domain-extensions</module>
29     <module>renderers</module>
30     <module>location-providers</module>
31     <module>neutron-mapper</module>
32     <module>neutron-vpp-mapper</module>
33     <module>neutron-ovsdb</module>
34     <module>groupbasedpolicy-ui</module>
35     <module>distribution-karaf</module>
36     <module>features</module>
37     <module>sxp-mapper</module>
38     <module>groupbasedpolicy-ise-adapter</module>
39   </modules>
40
41   <build>
42     <plugins>
43       <plugin>
44         <groupId>org.apache.maven.plugins</groupId>
45         <artifactId>maven-deploy-plugin</artifactId>
46         <configuration>
47           <skip>true</skip>
48         </configuration>
49       </plugin>
50       <plugin>
51         <groupId>org.apache.maven.plugins</groupId>
52         <artifactId>maven-install-plugin</artifactId>
53         <configuration>
54           <skip>true</skip>
55         </configuration>
56       </plugin>
57     </plugins>
58   </build>
59
60   <scm>
61     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
62     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
63     <tag>HEAD</tag>
64     <url>https://wiki.opendaylight.org/view/Group_Policy:Main</url>
65   </scm>
66 </project>