28f222da7e85d334eee067dd4cd97c7012ce8274
[netvirt.git] / openstack / net-virt-sfc / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2015 Red Hat, Inc. 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9
10   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>odlparent-lite</artifactId>
13     <version>1.8.0-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16
17   <groupId>org.opendaylight.netvirt</groupId>
18   <artifactId>openstack.net-virt-sfc-aggregator</artifactId>
19   <name>ODL :: netvirt :: ${project.artifactId}</name>
20   <version>1.4.0-SNAPSHOT</version>
21   <packaging>pom</packaging>
22   <modelVersion>4.0.0</modelVersion>
23   <modules>
24     <module>api</module>
25     <module>impl</module>
26     <module>karaf</module>
27     <module>features</module>
28     <module>artifacts</module>
29     <module>it</module>
30   </modules>
31   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
32   <build>
33     <plugins>
34       <plugin>
35         <groupId>org.apache.maven.plugins</groupId>
36         <artifactId>maven-deploy-plugin</artifactId>
37         <configuration>
38           <skip>true</skip>
39         </configuration>
40       </plugin>
41       <plugin>
42         <groupId>org.apache.maven.plugins</groupId>
43         <artifactId>maven-install-plugin</artifactId>
44         <configuration>
45           <skip>true</skip>
46         </configuration>
47       </plugin>
48     </plugins>
49   </build>
50
51   <scm>
52     <connection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</connection>
53     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</developerConnection>
54     <tag>HEAD</tag>
55     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
56   </scm>
57
58   <!--
59       Maven Site Configuration
60
61       The following configuration is necessary for maven-site-plugin to
62       correctly identify the correct deployment path for OpenDaylight Maven
63       sites.
64   -->
65   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
66
67   <distributionManagement>
68     <site>
69       <id>opendaylight-site</id>
70       <url>${nexus.site.url}/${project.artifactId}/</url>
71     </site>
72   </distributionManagement>
73 </project>