27747e554ad41917e80bdec510ffe67dc47201df
[bgpcep.git] / bmp / bmp-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.bgpcep</groupId>
8         <artifactId>config-parent</artifactId>
9         <version>0.9.0-SNAPSHOT</version>
10         <relativePath>../../config-parent</relativePath>
11     </parent>
12
13     <artifactId>bgp-bmp-impl</artifactId>
14     <packaging>bundle</packaging>
15     <name>${project.artifactId}</name>
16
17     <dependencies>
18         <dependency>
19             <groupId>${project.groupId}</groupId>
20             <artifactId>bgp-bmp-api</artifactId>
21         </dependency>
22         <dependency>
23             <groupId>${project.groupId}</groupId>
24             <artifactId>bgp-bmp-parser-impl</artifactId>
25         </dependency>
26         <dependency>
27             <groupId>org.opendaylight.controller</groupId>
28             <artifactId>sal-broker-impl</artifactId>
29         </dependency>
30         <dependency>
31             <groupId>${project.groupId}</groupId>
32             <artifactId>bgp-bmp-spi</artifactId>
33         </dependency>
34         <dependency>
35             <groupId>org.slf4j</groupId>
36             <artifactId>slf4j-api</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>org.slf4j</groupId>
40             <artifactId>slf4j-simple</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>${project.groupId}</groupId>
44             <artifactId>util</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>${project.groupId}</groupId>
48             <artifactId>bgp-parser-api</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>bgp-rib-api</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>bgp-rib-spi</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>${project.groupId}</groupId>
60             <artifactId>bgp-inet</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.mdsal</groupId>
64             <artifactId>yang-binding</artifactId>
65         </dependency>
66         <dependency>
67             <groupId>org.opendaylight.yangtools</groupId>
68             <artifactId>concepts</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.yangtools</groupId>
72             <artifactId>yang-common</artifactId>
73         </dependency>
74         <dependency>
75             <groupId>org.opendaylight.yangtools</groupId>
76             <artifactId>yang-data-api</artifactId>
77         </dependency>
78         <dependency>
79             <groupId>org.opendaylight.yangtools</groupId>
80             <artifactId>yang-data-impl</artifactId>
81         </dependency>
82         <dependency>
83             <groupId>org.opendaylight.controller</groupId>
84             <artifactId>sal-common-api</artifactId>
85         </dependency>
86         <dependency>
87             <groupId>org.opendaylight.controller</groupId>
88             <artifactId>sal-core-api</artifactId>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.mdsal</groupId>
92             <artifactId>mdsal-binding-generator-impl</artifactId>
93         </dependency>
94         <dependency>
95             <groupId>org.opendaylight.mdsal</groupId>
96             <artifactId>mdsal-binding-dom-codec</artifactId>
97         </dependency>
98         <dependency>
99             <groupId>org.opendaylight.controller</groupId>
100             <artifactId>sal-binding-config</artifactId>
101         </dependency>
102         <dependency>
103             <groupId>io.netty</groupId>
104             <artifactId>netty-buffer</artifactId>
105         </dependency>
106         <dependency>
107             <groupId>io.netty</groupId>
108             <artifactId>netty-codec</artifactId>
109         </dependency>
110         <dependency>
111             <groupId>io.netty</groupId>
112             <artifactId>netty-common</artifactId>
113         </dependency>
114         <dependency>
115             <groupId>io.netty</groupId>
116             <artifactId>netty-transport</artifactId>
117         </dependency>
118         <dependency>
119             <groupId>io.netty</groupId>
120             <artifactId>netty-transport-native-epoll</artifactId>
121             <classifier>linux-x86_64</classifier>
122         </dependency>
123         <dependency>
124             <groupId>io.netty</groupId>
125             <artifactId>netty-handler</artifactId>
126         </dependency>
127         <dependency>
128             <groupId>com.google.guava</groupId>
129             <artifactId>guava</artifactId>
130         </dependency>
131         <dependency>
132             <groupId>org.osgi</groupId>
133             <artifactId>org.osgi.core</artifactId>
134         </dependency>
135         <dependency>
136             <groupId>${project.groupId}</groupId>
137             <artifactId>bgp-parser-spi</artifactId>
138         </dependency>
139         <dependency>
140             <groupId>${project.groupId}</groupId>
141             <artifactId>bgp-concepts</artifactId>
142         </dependency>
143         <dependency>
144             <groupId>${project.groupId}</groupId>
145             <artifactId>concepts</artifactId>
146         </dependency>
147         <dependency>
148             <groupId>org.opendaylight.mdsal.model</groupId>
149             <artifactId>ietf-yang-types-20130715</artifactId>
150         </dependency>
151         <dependency>
152             <groupId>org.opendaylight.mdsal.model</groupId>
153             <artifactId>ietf-inet-types-2013-07-15</artifactId>
154         </dependency>
155         <dependency>
156             <groupId>org.opendaylight.yangtools</groupId>
157             <artifactId>yang-model-api</artifactId>
158         </dependency>
159         <dependency>
160             <groupId>org.opendaylight.controller</groupId>
161             <artifactId>config-api</artifactId>
162         </dependency>
163         <dependency>
164             <groupId>org.opendaylight.controller</groupId>
165             <artifactId>netty-config-api</artifactId>
166         </dependency>
167         <dependency>
168             <groupId>org.javassist</groupId>
169             <artifactId>javassist</artifactId>
170         </dependency>
171         <dependency>
172             <groupId>${project.groupId}</groupId>
173             <artifactId>config-loader-spi</artifactId>
174         </dependency>
175         <!-- test dependencies -->
176         <dependency>
177             <groupId>junit</groupId>
178             <artifactId>junit</artifactId>
179         </dependency>
180         <dependency>
181             <groupId>org.mockito</groupId>
182             <artifactId>mockito-core</artifactId>
183         </dependency>
184         <dependency>
185             <groupId>org.opendaylight.yangtools</groupId>
186             <artifactId>mockito-configuration</artifactId>
187         </dependency>
188         <dependency>
189             <groupId>org.opendaylight.controller</groupId>
190             <artifactId>sal-binding-broker-impl</artifactId>
191             <scope>test</scope>
192             <type>test-jar</type>
193         </dependency>
194         <dependency>
195             <groupId>org.opendaylight.mdsal</groupId>
196             <artifactId>mdsal-binding-dom-adapter</artifactId>
197             <scope>test</scope>
198         </dependency>
199         <dependency>
200             <groupId>${project.groupId}</groupId>
201             <artifactId>bgp-rib-impl</artifactId>
202             <scope>test</scope>
203         </dependency>
204         <dependency>
205             <groupId>${project.groupId}</groupId>
206             <artifactId>testtool-util</artifactId>
207             <scope>test</scope>
208         </dependency>
209         <dependency>
210             <groupId>org.opendaylight.controller</groupId>
211             <artifactId>config-manager</artifactId>
212             <type>test-jar</type>
213             <scope>test</scope>
214         </dependency>
215         <dependency>
216             <groupId>org.opendaylight.controller</groupId>
217             <artifactId>config-manager</artifactId>
218             <scope>test</scope>
219         </dependency>
220         <dependency>
221             <groupId>org.opendaylight.controller</groupId>
222             <artifactId>netty-event-executor-config</artifactId>
223             <scope>test</scope>
224         </dependency>
225         <dependency>
226             <groupId>org.opendaylight.controller</groupId>
227             <artifactId>netty-threadgroup-config</artifactId>
228             <scope>test</scope>
229         </dependency>
230         <dependency>
231             <groupId>org.opendaylight.controller</groupId>
232             <artifactId>sal-dom-broker-config</artifactId>
233             <scope>test</scope>
234         </dependency>
235         <dependency>
236             <groupId>${project.groupId}</groupId>
237             <artifactId>bgp-bmp-parser-impl</artifactId>
238             <version>${project.version}</version>
239             <type>test-jar</type>
240             <scope>test</scope>
241         </dependency>
242         <dependency>
243             <groupId>org.opendaylight.yangtools</groupId>
244             <artifactId>yang-test-util</artifactId>
245         </dependency>
246         <dependency>
247             <groupId>${project.groupId}</groupId>
248             <artifactId>config-loader-impl</artifactId>
249             <scope>test</scope>
250         </dependency>
251         <dependency>
252             <groupId>${project.groupId}</groupId>
253             <artifactId>config-loader-impl</artifactId>
254             <type>test-jar</type>
255             <scope>test</scope>
256         </dependency>
257         <dependency>
258             <groupId>${project.groupId}</groupId>
259             <artifactId>bgp-bmp-config-example</artifactId>
260             <scope>test</scope>
261         </dependency>
262     </dependencies>
263
264     <build>
265         <plugins>
266             <plugin>
267                 <groupId>org.apache.maven.plugins</groupId>
268                 <artifactId>maven-checkstyle-plugin</artifactId>
269                 <configuration>
270                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
271                 </configuration>
272             </plugin>
273             <plugin>
274                 <groupId>org.codehaus.mojo</groupId>
275                 <artifactId>findbugs-maven-plugin</artifactId>
276                 <configuration>
277                     <failOnError>true</failOnError>
278                 </configuration>
279             </plugin>
280             <plugin>
281                 <groupId>org.apache.maven.plugins</groupId>
282                 <artifactId>maven-remote-resources-plugin</artifactId>
283                 <configuration>
284                     <attachToMain>false</attachToMain>
285                     <resourceBundles>
286                         <resourceBundle>${project.groupId}:bgp-bmp-config-example:${project.version}</resourceBundle>
287                     </resourceBundles>
288                 </configuration>
289                 <executions>
290                     <execution>
291                         <phase>process-test-sources</phase>
292                         <goals>
293                             <goal>process</goal>
294                         </goals>
295                     </execution>
296                 </executions>
297             </plugin>
298             <plugin>
299                 <groupId>org.apache.felix</groupId>
300                 <artifactId>maven-bundle-plugin</artifactId>
301                 <extensions>true</extensions>
302                 <configuration>
303                     <instructions>
304                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
305                         <Export-Package>
306                             org.opendaylight.protocol.bmp.impl.*,
307                             ;-split-package:=error
308                         </Export-Package>
309                     </instructions>
310                 </configuration>
311             </plugin>
312
313             <!-- Disable offline link detection which breaks the build here -->
314             <plugin>
315                 <artifactId>maven-javadoc-plugin</artifactId>
316                 <configuration>
317                     <detectOfflineLinks>false</detectOfflineLinks>
318                 </configuration>
319             </plugin>
320         </plugins>
321     </build>
322
323     <scm>
324         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
325         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
326         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
327         <tag>HEAD</tag>
328     </scm>
329 </project>