Import genius-artifacts from binding-parent
[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.7.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       <version>${project.version}</version>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.openflowplugin</groupId>
35       <artifactId>openflowplugin-extension-nicira</artifactId>
36     </dependency>
37     <dependency>
38       <groupId>org.opendaylight.openflowplugin.model</groupId>
39       <artifactId>model-flow-service</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.openflowplugin.model</groupId>
43       <artifactId>model-flow-base</artifactId>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
47       <artifactId>rfc7223</artifactId>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.mdsal</groupId>
51       <artifactId>mdsal-eos-binding-api</artifactId>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.genius</groupId>
55       <artifactId>mdsalutil-api</artifactId>
56     </dependency>
57     <dependency>
58       <groupId>org.opendaylight.genius</groupId>
59       <artifactId>idmanager-api</artifactId>
60       <version>${project.version}</version>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.genius</groupId>
64       <artifactId>alivenessmonitor-api</artifactId>
65       <version>${project.version}</version>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.serviceutils</groupId>
69       <artifactId>rpc-api</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.serviceutils</groupId>
73       <artifactId>srm-api</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.ovsdb</groupId>
77       <artifactId>southbound-api</artifactId>
78       <version>${genius.ovsdb.version}</version>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.ovsdb</groupId>
82       <artifactId>utils.southbound-utils</artifactId>
83       <version>${genius.ovsdb.version}</version>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.ovsdb</groupId>
87       <artifactId>hwvtepsouthbound-api</artifactId>
88       <version>${genius.ovsdb.version}</version>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.infrautils</groupId>
92       <artifactId>diagstatus-api</artifactId>
93     </dependency>
94     <dependency>
95       <groupId>com.google.guava</groupId>
96       <artifactId>guava</artifactId>
97     </dependency>
98     <dependency>
99       <groupId>javax.inject</groupId>
100       <artifactId>javax.inject</artifactId>
101       <optional>true</optional>
102     </dependency>
103     <dependency>
104       <groupId>javax.annotation</groupId>
105       <artifactId>javax.annotation-api</artifactId>
106       <optional>true</optional>
107     </dependency>
108     <dependency>
109       <groupId>org.apache.aries.blueprint</groupId>
110       <artifactId>blueprint-maven-plugin-annotation</artifactId>
111       <optional>true</optional>
112     </dependency>
113     <dependency>
114       <groupId>com.google.code.findbugs</groupId>
115       <artifactId>jsr305</artifactId>
116       <optional>true</optional>
117     </dependency>
118     <!-- for infrautils metrics APIs -->
119     <dependency>
120       <groupId>org.opendaylight.infrautils</groupId>
121       <artifactId>metrics-api</artifactId>
122     </dependency>
123
124     <!-- Testing Dependencies -->
125     <dependency>
126       <groupId>org.opendaylight.genius</groupId>
127       <artifactId>testutils</artifactId>
128       <version>${project.version}</version>
129       <scope>test</scope>
130     </dependency>
131     <dependency>
132       <groupId>org.opendaylight.genius</groupId>
133       <artifactId>lockmanager-impl</artifactId>
134       <version>${project.version}</version>
135       <scope>test</scope>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.genius</groupId>
139       <artifactId>idmanager-impl</artifactId>
140         <version>${project.version}</version>
141       <scope>test</scope>
142     </dependency>
143     <dependency>
144       <groupId>org.opendaylight.genius</groupId>
145       <artifactId>mdsalutil-testutils</artifactId>
146       <version>${project.version}</version>
147       <scope>test</scope>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.mdsal</groupId>
151       <artifactId>mdsal-eos-binding-adapter</artifactId>
152       <scope>test</scope>
153     </dependency>
154     <dependency>
155     <groupId>org.opendaylight.mdsal</groupId>
156       <artifactId>mdsal-eos-dom-simple</artifactId>
157       <scope>test</scope>
158     </dependency>
159   </dependencies>
160
161   <build>
162     <pluginManagement>
163       <plugins>
164         <plugin>
165           <artifactId>maven-checkstyle-plugin</artifactId>
166           <dependencies>
167             <dependency>
168               <groupId>org.opendaylight.genius</groupId>
169               <artifactId>checkstyle</artifactId>
170               <version>${project.version}</version>
171             </dependency>
172           </dependencies>
173           <executions>
174             <execution>
175               <id>check-databroker</id>
176               <goals>
177                 <goal>check</goal>
178               </goals>
179               <phase>process-sources</phase>
180               <configuration>
181                 <configLocation>databroker-checks.xml</configLocation>
182                 <includeResources>false</includeResources>
183                 <includeTestSourceDirectory>false</includeTestSourceDirectory>
184                 <includeTestResources>false</includeTestResources>
185                 <sourceDirectories>
186                   <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
187                 </sourceDirectories>
188                 <failsOnError>true</failsOnError>
189                 <consoleOutput>true</consoleOutput>
190               </configuration>
191             </execution>
192           </executions>
193         </plugin>
194       </plugins>
195     </pluginManagement>
196     <plugins>
197       <plugin>
198         <groupId>org.eclipse.xtend</groupId>
199         <artifactId>xtend-maven-plugin</artifactId>
200       </plugin>
201       <plugin>
202         <groupId>org.apache.aries.blueprint</groupId>
203         <artifactId>blueprint-maven-plugin</artifactId>
204       </plugin>
205       <plugin>
206         <groupId>org.codehaus.mojo</groupId>
207         <artifactId>build-helper-maven-plugin</artifactId>
208         <executions>
209           <execution>
210             <id>attach-artifacts</id>
211             <goals>
212               <goal>attach-artifact</goal>
213             </goals>
214             <phase>package</phase>
215             <configuration>
216               <artifacts>
217                 <artifact>
218                   <file>${project.build.directory}/classes/initial/genius-ifm-config.xml</file>
219                   <type>xml</type>
220                   <classifier>config</classifier>
221                 </artifact>
222               </artifacts>
223             </configuration>
224           </execution>
225         </executions>
226       </plugin>
227     </plugins>
228   </build>
229 </project>