971b584356d602936fce1b53862cb3ce941e653a
[netvirt.git] / openstack / net-virt-sfc / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0">
10     <modelVersion>4.0.0</modelVersion>
11
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>odlparent-lite</artifactId>
15         <version>1.8.0-SNAPSHOT</version>
16         <relativePath/>
17     </parent>
18     <groupId>org.opendaylight.netvirt</groupId>
19     <artifactId>openstack.net-virt-sfc-features-aggregator</artifactId>
20     <version>1.4.0-SNAPSHOT</version>
21     <name>ODL :: netvirt :: ${project.artifactId}</name>
22     <packaging>pom</packaging>
23
24     <modules>
25         <module>net-virt-sfc-features</module>
26         <module>net-virt-sfc-features4</module>
27         <module>odl-ovsdb-sfc-api</module>
28         <module>odl-ovsdb-sfc</module>
29         <module>odl-ovsdb-sfc-rest</module>
30         <module>odl-ovsdb-sfc-ui</module>
31         <module>odl-ovsdb-sfc-test</module>
32     </modules>
33
34     <!--
35         Maven Site Configuration
36
37         The following configuration is necessary for maven-site-plugin to
38         correctly identify the correct deployment path for OpenDaylight Maven
39         sites.
40     -->
41     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
42
43     <distributionManagement>
44         <site>
45             <id>opendaylight-site</id>
46             <url>${nexus.site.url}/${project.artifactId}/</url>
47         </site>
48     </distributionManagement>
49 </project>