BUG 8476 Fix checkstyle error
[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>binding-parent</artifactId>
12     <version>0.5.0-SNAPSHOT</version>
13     <relativePath>../../commons/binding-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>${project.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>${project.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>${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       <scope>provided</scope>
70     </dependency>
71     <dependency>
72       <groupId>${project.groupId}</groupId>
73       <artifactId>dhcpservice-api</artifactId>
74       <version>${project.version}</version>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.ovsdb</groupId>
78       <artifactId>southbound-api</artifactId>
79       <version>${ovsdb.version}</version>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.ovsdb</groupId>
83       <artifactId>utils.mdsal-utils</artifactId>
84       <version>${ovsdb.version}</version>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.ovsdb</groupId>
88       <artifactId>utils.southbound-utils</artifactId>
89       <version>${ovsdb.version}</version>
90     </dependency>
91     <dependency>
92       <groupId>${project.groupId}</groupId>
93       <artifactId>vpnmanager-api</artifactId>
94       <version>${project.version}</version>
95     </dependency>
96
97     <!-- Only for unit-test -->
98     <dependency>
99       <groupId>org.opendaylight.yangtools</groupId>
100       <artifactId>testutils</artifactId>
101       <scope>test</scope>
102     </dependency>
103     <dependency>
104       <groupId>org.opendaylight.genius</groupId>
105       <artifactId>mdsalutil-api</artifactId>
106       <version>${genius.version}</version>
107       <scope>test</scope>
108       <type>test-jar</type>
109     </dependency>
110     <dependency>
111       <groupId>org.opendaylight.controller</groupId>
112       <artifactId>sal-binding-broker-impl</artifactId>
113       <scope>test</scope>
114       <type>test-jar</type>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.mdsal</groupId>
118       <artifactId>mdsal-binding-test-utils</artifactId>
119       <scope>test</scope>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.genius</groupId>
123       <artifactId>lockmanager-impl</artifactId>
124       <version>${genius.version}</version>
125       <scope>test</scope>
126     </dependency>
127     <dependency>
128       <groupId>org.opendaylight.genius</groupId>
129       <artifactId>idmanager-impl</artifactId>
130       <version>${genius.version}</version>
131       <scope>test</scope>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.genius</groupId>
135       <artifactId>interfacemanager-impl</artifactId>
136       <version>${genius.version}</version>
137       <scope>test</scope>
138     </dependency>
139     <dependency>
140       <groupId>org.opendaylight.infrautils</groupId>
141       <artifactId>inject.guice.testutils</artifactId>
142       <version>${infrautils.version}</version>
143       <scope>test</scope>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.infrautils</groupId>
147       <artifactId>infrautils-testutils</artifactId>
148       <version>${infrautils.version}</version>
149       <scope>test</scope>
150     </dependency>
151     <dependency>
152       <groupId>org.opendaylight.genius</groupId>
153       <artifactId>mdsalutil-testutils</artifactId>
154       <version>${genius.version}</version>
155       <scope>test</scope>
156     </dependency>
157     <dependency>
158       <groupId>org.opendaylight.netvirt</groupId>
159       <artifactId>neutronvpn-impl</artifactId>
160       <version>${project.version}</version>
161       <scope>test</scope>
162     </dependency>
163     <dependency>
164       <groupId>org.opendaylight.genius</groupId>
165       <artifactId>testutils</artifactId>
166       <version>${genius.version}</version>
167       <scope>test</scope>
168     </dependency>
169   </dependencies>
170
171   <build>
172     <plugins>
173       <plugin>
174         <groupId>org.apache.felix</groupId>
175         <artifactId>maven-bundle-plugin</artifactId>
176         <extensions>true</extensions>
177         <configuration>
178           <instructions>
179             <Embed-Transitive>true</Embed-Transitive>
180             <!-- This bundle works with Karaf 3 and 4.0 -->
181             <Import-Package>
182               org.apache.karaf.shell.commands;version="[3.0.0,4.1)",
183               org.apache.karaf.shell.console;version="[3.0.0,4.1)",
184               *
185             </Import-Package>
186           </instructions>
187         </configuration>
188       </plugin>
189       <plugin>
190         <groupId>org.codehaus.mojo</groupId>
191         <artifactId>build-helper-maven-plugin</artifactId>
192         <executions>
193           <execution>
194             <id>attach-artifacts</id>
195             <goals>
196               <goal>attach-artifact</goal>
197             </goals>
198             <phase>package</phase>
199             <configuration>
200               <artifacts>
201                 <artifact>
202                   <file>${project.build.directory}/classes/initial/netvirt-elanmanager-config.xml</file>
203                   <type>xml</type>
204                   <classifier>config</classifier>
205                 </artifact>
206               </artifacts>
207             </configuration>
208           </execution>
209         </executions>
210       </plugin>
211       <plugin>
212         <groupId>org.eclipse.xtend</groupId>
213         <artifactId>xtend-maven-plugin</artifactId>
214       </plugin>
215     </plugins>
216   </build>
217
218   <!-- Maven Site Configuration The following configuration is necessary
219     for maven-site-plugin to correctly identify the correct deployment path for
220     OpenDaylight Maven sites. -->
221   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
222
223   <distributionManagement>
224     <site>
225       <id>opendaylight-site</id>
226       <url>${nexus.site.url}/${project.artifactId}/</url>
227     </site>
228   </distributionManagement>
229 </project>