ee2c73d621076bcfa2baa109fce3c3ba3c040e45
[genius.git] / interfacemanager / interfacemanager-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.genius</groupId>
15     <artifactId>binding-parent</artifactId>
16     <version>0.10.0-SNAPSHOT</version>
17     <relativePath>../../commons/binding-parent</relativePath>
18   </parent>
19
20   <groupId>org.opendaylight.genius</groupId>
21   <artifactId>interfacemanager-impl</artifactId>
22   <packaging>bundle</packaging>
23   <!-- <name> formatting is used by autorelease to parse and notify projects on
24        build failure. Please do not modify this unless you have a good reason. -->
25   <name>ODL :: genius :: ${project.artifactId}</name>
26
27   <dependencies>
28     <dependency>
29       <groupId>${project.groupId}</groupId>
30       <artifactId>interfacemanager-api</artifactId>
31     </dependency>
32     <dependency>
33       <groupId>org.opendaylight.openflowplugin</groupId>
34       <artifactId>openflowplugin-extension-nicira</artifactId>
35     </dependency>
36     <dependency>
37       <groupId>org.opendaylight.openflowplugin.model</groupId>
38       <artifactId>model-flow-service</artifactId>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.openflowplugin.model</groupId>
42       <artifactId>model-flow-base</artifactId>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
46       <artifactId>rfc7223</artifactId>
47     </dependency>
48     <dependency>
49       <groupId>org.opendaylight.mdsal</groupId>
50       <artifactId>mdsal-eos-binding-api</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.genius</groupId>
54       <artifactId>mdsalutil-api</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.genius</groupId>
58       <artifactId>idmanager-api</artifactId>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.genius</groupId>
62       <artifactId>alivenessmonitor-api</artifactId>
63       <version>${project.version}</version>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.serviceutils</groupId>
67       <artifactId>rpc-api</artifactId>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.serviceutils</groupId>
71       <artifactId>srm-api</artifactId>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.serviceutils</groupId>
75       <artifactId>listener-api</artifactId>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.ovsdb</groupId>
79       <artifactId>southbound-api</artifactId>
80       <version>${genius.ovsdb.version}</version>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.ovsdb</groupId>
84       <artifactId>utils.southbound-utils</artifactId>
85       <version>${genius.ovsdb.version}</version>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.ovsdb</groupId>
89       <artifactId>hwvtepsouthbound-api</artifactId>
90       <version>${genius.ovsdb.version}</version>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.infrautils</groupId>
94       <artifactId>diagstatus-api</artifactId>
95     </dependency>
96     <dependency>
97       <groupId>com.google.guava</groupId>
98       <artifactId>guava</artifactId>
99     </dependency>
100     <dependency>
101       <groupId>javax.inject</groupId>
102       <artifactId>javax.inject</artifactId>
103       <scope>provided</scope>
104       <optional>true</optional>
105     </dependency>
106     <dependency>
107       <groupId>javax.annotation</groupId>
108       <artifactId>javax.annotation-api</artifactId>
109       <optional>true</optional>
110     </dependency>
111     <dependency>
112       <groupId>org.apache.aries.blueprint</groupId>
113       <artifactId>blueprint-maven-plugin-annotation</artifactId>
114       <optional>true</optional>
115     </dependency>
116     <!-- for infrautils metrics APIs -->
117     <dependency>
118       <groupId>org.opendaylight.infrautils</groupId>
119       <artifactId>metrics-api</artifactId>
120     </dependency>
121
122     <!-- Testing Dependencies -->
123     <dependency>
124       <groupId>org.opendaylight.genius</groupId>
125       <artifactId>testutils</artifactId>
126       <version>${project.version}</version>
127       <scope>test</scope>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.genius</groupId>
131       <artifactId>lockmanager-impl</artifactId>
132       <version>${project.version}</version>
133       <scope>test</scope>
134     </dependency>
135     <dependency>
136       <groupId>org.opendaylight.genius</groupId>
137       <artifactId>idmanager-impl</artifactId>
138         <version>${project.version}</version>
139       <scope>test</scope>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.genius</groupId>
143       <artifactId>mdsalutil-testutils</artifactId>
144       <version>${project.version}</version>
145       <scope>test</scope>
146     </dependency>
147     <dependency>
148       <groupId>org.opendaylight.mdsal</groupId>
149       <artifactId>mdsal-eos-binding-adapter</artifactId>
150       <scope>test</scope>
151     </dependency>
152     <dependency>
153     <groupId>org.opendaylight.mdsal</groupId>
154       <artifactId>mdsal-eos-dom-simple</artifactId>
155       <scope>test</scope>
156     </dependency>
157   </dependencies>
158
159   <build>
160     <pluginManagement>
161       <plugins>
162         <plugin>
163           <artifactId>maven-checkstyle-plugin</artifactId>
164           <dependencies>
165             <dependency>
166               <groupId>org.opendaylight.genius</groupId>
167               <artifactId>checkstyle</artifactId>
168               <version>${project.version}</version>
169             </dependency>
170           </dependencies>
171           <executions>
172             <execution>
173               <id>check-databroker</id>
174               <goals>
175                 <goal>check</goal>
176               </goals>
177               <phase>process-sources</phase>
178               <configuration>
179                 <configLocation>databroker-checks.xml</configLocation>
180                 <includeResources>false</includeResources>
181                 <includeTestSourceDirectory>false</includeTestSourceDirectory>
182                 <includeTestResources>false</includeTestResources>
183                 <sourceDirectories>
184                   <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
185                 </sourceDirectories>
186                 <failsOnError>true</failsOnError>
187                 <consoleOutput>true</consoleOutput>
188               </configuration>
189             </execution>
190           </executions>
191         </plugin>
192       </plugins>
193     </pluginManagement>
194     <plugins>
195       <plugin>
196         <groupId>org.eclipse.xtend</groupId>
197         <artifactId>xtend-maven-plugin</artifactId>
198       </plugin>
199       <plugin>
200         <groupId>org.apache.aries.blueprint</groupId>
201         <artifactId>blueprint-maven-plugin</artifactId>
202       </plugin>
203       <plugin>
204         <groupId>org.codehaus.mojo</groupId>
205         <artifactId>build-helper-maven-plugin</artifactId>
206         <executions>
207           <execution>
208             <id>attach-artifacts</id>
209             <goals>
210               <goal>attach-artifact</goal>
211             </goals>
212             <phase>package</phase>
213             <configuration>
214               <artifacts>
215                 <artifact>
216                   <file>${project.build.directory}/classes/initial/genius-ifm-config.xml</file>
217                   <type>xml</type>
218                   <classifier>config</classifier>
219                 </artifact>
220               </artifacts>
221             </configuration>
222           </execution>
223         </executions>
224       </plugin>
225     </plugins>
226   </build>
227 </project>