c596083e493f859f35272274cd54255ffc5b5f72
[netvirt.git] / vpnservice / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>odlparent-lite</artifactId>
13     <version>2.0.5</version>
14     <relativePath/>
15   </parent>
16   <groupId>org.opendaylight.netvirt</groupId>
17   <artifactId>vpnservice</artifactId>
18   <version>0.6.0-SNAPSHOT</version>
19   <name>ODL :: netvirt :: ${project.artifactId}</name>
20   <packaging>pom</packaging>
21   <modelVersion>4.0.0</modelVersion>
22   <modules>
23     <module>coe</module>
24     <module>commons</module>
25     <module>model-bgp</module>
26     <module>vpnmanager</module>
27     <module>elanmanager</module>
28     <module>fibmanager</module>
29     <module>bgpmanager</module>
30     <module>neutronvpn</module>
31     <module>dhcpservice</module>
32     <module>cloud-servicechain</module>
33     <module>natservice</module>
34     <module>aclservice</module>
35     <module>ipv6service</module>
36     <module>qosservice</module>
37     <module>policyservice</module>
38     <module>distribution/karaf</module>
39     <module>features</module>
40     <module>vpnservice-artifacts</module>
41     <module>statemanager</module>
42     <module>statistics</module>
43     <module>sfc</module>
44     <module>ovsdb-ui</module>
45     <module>alarm</module>
46   </modules>
47
48   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
49   <build>
50     <plugins>
51       <plugin>
52         <groupId>org.apache.maven.plugins</groupId>
53         <artifactId>maven-deploy-plugin</artifactId>
54         <configuration>
55           <skip>true</skip>
56         </configuration>
57       </plugin>
58       <plugin>
59         <groupId>org.apache.maven.plugins</groupId>
60         <artifactId>maven-install-plugin</artifactId>
61         <configuration>
62           <skip>true</skip>
63         </configuration>
64       </plugin>
65     </plugins>
66   </build>
67   <scm>
68     <connection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</connection>
69     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</developerConnection>
70     <url>https://wiki.opendaylight.org/view/NetVirt</url>
71     <tag>HEAD</tag>
72   </scm>
73
74 </project>