4ff6f974fba4b60abba9abdeae36f5bf87155873
[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.9.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       <optional>true</optional>
104     </dependency>
105     <dependency>
106       <groupId>javax.annotation</groupId>
107       <artifactId>javax.annotation-api</artifactId>
108       <optional>true</optional>
109     </dependency>
110     <dependency>
111       <groupId>org.apache.aries.blueprint</groupId>
112       <artifactId>blueprint-maven-plugin-annotation</artifactId>
113       <optional>true</optional>
114     </dependency>
115     <!-- for infrautils metrics APIs -->
116     <dependency>
117       <groupId>org.opendaylight.infrautils</groupId>
118       <artifactId>metrics-api</artifactId>
119     </dependency>
120
121     <!-- Testing Dependencies -->
122     <dependency>
123       <groupId>org.opendaylight.genius</groupId>
124       <artifactId>testutils</artifactId>
125       <version>${project.version}</version>
126       <scope>test</scope>
127     </dependency>
128     <dependency>
129       <groupId>org.opendaylight.genius</groupId>
130       <artifactId>lockmanager-impl</artifactId>
131       <version>${project.version}</version>
132       <scope>test</scope>
133     </dependency>
134     <dependency>
135       <groupId>org.opendaylight.genius</groupId>
136       <artifactId>idmanager-impl</artifactId>
137         <version>${project.version}</version>
138       <scope>test</scope>
139     </dependency>
140     <dependency>
141       <groupId>org.opendaylight.genius</groupId>
142       <artifactId>mdsalutil-testutils</artifactId>
143       <version>${project.version}</version>
144       <scope>test</scope>
145     </dependency>
146     <dependency>
147       <groupId>org.opendaylight.mdsal</groupId>
148       <artifactId>mdsal-eos-binding-adapter</artifactId>
149       <scope>test</scope>
150     </dependency>
151     <dependency>
152     <groupId>org.opendaylight.mdsal</groupId>
153       <artifactId>mdsal-eos-dom-simple</artifactId>
154       <scope>test</scope>
155     </dependency>
156   </dependencies>
157
158   <build>
159     <pluginManagement>
160       <plugins>
161         <plugin>
162           <artifactId>maven-checkstyle-plugin</artifactId>
163           <dependencies>
164             <dependency>
165               <groupId>org.opendaylight.genius</groupId>
166               <artifactId>checkstyle</artifactId>
167               <version>${project.version}</version>
168             </dependency>
169           </dependencies>
170           <executions>
171             <execution>
172               <id>check-databroker</id>
173               <goals>
174                 <goal>check</goal>
175               </goals>
176               <phase>process-sources</phase>
177               <configuration>
178                 <configLocation>databroker-checks.xml</configLocation>
179                 <includeResources>false</includeResources>
180                 <includeTestSourceDirectory>false</includeTestSourceDirectory>
181                 <includeTestResources>false</includeTestResources>
182                 <sourceDirectories>
183                   <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
184                 </sourceDirectories>
185                 <failsOnError>true</failsOnError>
186                 <consoleOutput>true</consoleOutput>
187               </configuration>
188             </execution>
189           </executions>
190         </plugin>
191       </plugins>
192     </pluginManagement>
193     <plugins>
194       <plugin>
195         <groupId>org.eclipse.xtend</groupId>
196         <artifactId>xtend-maven-plugin</artifactId>
197       </plugin>
198       <plugin>
199         <groupId>org.apache.aries.blueprint</groupId>
200         <artifactId>blueprint-maven-plugin</artifactId>
201       </plugin>
202       <plugin>
203         <groupId>org.codehaus.mojo</groupId>
204         <artifactId>build-helper-maven-plugin</artifactId>
205         <executions>
206           <execution>
207             <id>attach-artifacts</id>
208             <goals>
209               <goal>attach-artifact</goal>
210             </goals>
211             <phase>package</phase>
212             <configuration>
213               <artifacts>
214                 <artifact>
215                   <file>${project.build.directory}/classes/initial/genius-ifm-config.xml</file>
216                   <type>xml</type>
217                   <classifier>config</classifier>
218                 </artifact>
219               </artifacts>
220             </configuration>
221           </execution>
222         </executions>
223       </plugin>
224     </plugins>
225   </build>
226 </project>