c12b8dfcbc28b95bf68ad6a2c05fdd0e42e11e9b
[netvirt.git] / vpnservice / elanmanager / elanmanager-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!-- Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. and others.
3   All rights reserved. This program and the accompanying materials are made
4   available under the terms of the Eclipse Public License v1.0 which accompanies
5   this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8
9   <parent>
10     <groupId>org.opendaylight.netvirt</groupId>
11     <artifactId>config-parent</artifactId>
12     <version>0.4.0-SNAPSHOT</version>
13     <relativePath>../../commons/config-parent</relativePath>
14   </parent>
15
16   <modelVersion>4.0.0</modelVersion>
17   <artifactId>elanmanager-impl</artifactId>
18   <name>ODL :: netvirt :: ${project.artifactId}</name>
19   <packaging>bundle</packaging>
20
21   <dependencies>
22     <dependency>
23       <groupId>${project.groupId}</groupId>
24       <artifactId>elanmanager-api</artifactId>
25       <version>${vpnservices.version}</version>
26     </dependency>
27     <dependency>
28       <groupId>org.opendaylight.genius</groupId>
29       <artifactId>mdsalutil-api</artifactId>
30       <version>${genius.version}</version>
31     </dependency>
32     <dependency>
33       <groupId>org.opendaylight.genius</groupId>
34       <artifactId>interfacemanager-api</artifactId>
35       <version>${genius.version}</version>
36     </dependency>
37     <dependency>
38       <groupId>org.opendaylight.genius</groupId>
39       <artifactId>idmanager-api</artifactId>
40       <version>${genius.version}</version>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.genius</groupId>
44       <artifactId>itm-api</artifactId>
45       <version>${genius.version}</version>
46     </dependency>
47     <dependency>
48       <groupId>${project.groupId}</groupId>
49       <artifactId>neutronvpn-api</artifactId>
50       <version>${vpnservices.version}</version>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.controller</groupId>
54       <artifactId>sal-binding-broker-impl</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.ovsdb</groupId>
58       <artifactId>hwvtepsouthbound-api</artifactId>
59       <version>${vpns.ovsdb.version}</version>
60     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.neutron</groupId>
63       <artifactId>model</artifactId>
64       <version>${neutron.version}</version>
65     </dependency>
66     <dependency>
67       <groupId>org.apache.karaf.shell</groupId>
68       <artifactId>org.apache.karaf.shell.console</artifactId>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.genius</groupId>
72       <artifactId>interfacemanager-impl</artifactId>
73       <version>${genius.version}</version>
74     </dependency>
75     <dependency>
76       <groupId>${project.groupId}</groupId>
77       <artifactId>dhcpservice-api</artifactId>
78       <version>${vpnservices.version}</version>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.ovsdb</groupId>
82       <artifactId>southbound-api</artifactId>
83       <version>${vpns.ovsdb.version}</version>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.ovsdb</groupId>
87       <artifactId>utils.mdsal-utils</artifactId>
88       <version>${vpns.ovsdb.version}</version>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.ovsdb</groupId>
92       <artifactId>utils.southbound-utils</artifactId>
93       <version>${vpns.ovsdb.version}</version>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.ovsdb</groupId>
97       <artifactId>utils.config</artifactId>
98       <version>${vpns.ovsdb.version}</version>
99     </dependency>
100     <dependency>
101       <groupId>${project.groupId}</groupId>
102       <artifactId>vpnmanager-api</artifactId>
103       <version>${vpnservices.version}</version>
104     </dependency>
105
106     <!-- Only for unit-test -->
107     <dependency>
108       <groupId>org.opendaylight.yangtools</groupId>
109       <artifactId>testutils</artifactId>
110       <scope>test</scope>
111     </dependency>
112     <dependency>
113       <groupId>org.opendaylight.genius</groupId>
114       <artifactId>mdsalutil-api</artifactId>
115       <version>${genius.version}</version>
116       <scope>test</scope>
117       <type>test-jar</type>
118     </dependency>
119     <dependency>
120       <groupId>org.opendaylight.controller</groupId>
121       <artifactId>sal-binding-broker-impl</artifactId>
122       <scope>test</scope>
123       <type>test-jar</type>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.mdsal</groupId>
127       <artifactId>mdsal-binding-test-utils</artifactId>
128       <scope>test</scope>
129     </dependency>
130     <dependency>
131       <groupId>org.opendaylight.genius</groupId>
132       <artifactId>lockmanager-impl</artifactId>
133       <version>${genius.version}</version>
134       <scope>test</scope>
135     </dependency>
136     <dependency>
137       <groupId>org.opendaylight.genius</groupId>
138       <artifactId>idmanager-impl</artifactId>
139       <version>${genius.version}</version>
140       <scope>test</scope>
141     </dependency>
142     <dependency>
143       <groupId>org.opendaylight.infrautils</groupId>
144       <artifactId>inject.guice.testutils</artifactId>
145       <version>${infrautils.version}</version>
146       <scope>test</scope>
147     </dependency>
148     <dependency>
149       <groupId>org.opendaylight.infrautils</groupId>
150       <artifactId>infrautils-testutils</artifactId>
151       <version>${infrautils.version}</version>
152       <scope>test</scope>
153     </dependency>
154     <dependency>
155       <groupId>org.opendaylight.genius</groupId>
156       <artifactId>mdsalutil-testutils</artifactId>
157       <version>${genius.version}</version>
158       <scope>test</scope>
159     </dependency>
160   </dependencies>
161
162   <build>
163     <plugins>
164       <plugin>
165         <groupId>org.apache.felix</groupId>
166         <artifactId>maven-bundle-plugin</artifactId>
167         <extensions>true</extensions>
168         <configuration>
169           <instructions>
170             <Embed-Dependency>utils.config;type=!pom;inline=false</Embed-Dependency>
171             <Embed-Transitive>true</Embed-Transitive>
172           </instructions>
173         </configuration>
174       </plugin>
175       <plugin>
176         <groupId>org.codehaus.mojo</groupId>
177         <artifactId>build-helper-maven-plugin</artifactId>
178         <executions>
179           <execution>
180             <id>attach-artifacts</id>
181             <goals>
182               <goal>attach-artifact</goal>
183             </goals>
184             <phase>package</phase>
185             <configuration>
186               <artifacts>
187                 <artifact>
188                   <file>${project.build.directory}/classes/initial/netvirt-elanmanager-config.xml</file>
189                   <type>xml</type>
190                   <classifier>config</classifier>
191                 </artifact>
192               </artifacts>
193             </configuration>
194           </execution>
195         </executions>
196       </plugin>
197       <plugin>
198         <groupId>org.eclipse.xtend</groupId>
199         <artifactId>xtend-maven-plugin</artifactId>
200       </plugin>
201     </plugins>
202   </build>
203
204   <!-- Maven Site Configuration The following configuration is necessary
205     for maven-site-plugin to correctly identify the correct deployment path for
206     OpenDaylight Maven sites. -->
207   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
208
209   <distributionManagement>
210     <site>
211       <id>opendaylight-site</id>
212       <url>${nexus.site.url}/${project.artifactId}/</url>
213     </site>
214   </distributionManagement>
215 </project>