e974739cf71e869451d6c648fa11ba5ca30489ca
[odlparent.git] / odlparent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=2 tabstop=2: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.odlparent</groupId>
15     <artifactId>odlparent-lite</artifactId>
16     <version>1.7.0-SNAPSHOT</version>
17     <relativePath>../odlparent-lite</relativePath>
18   </parent>
19
20   <groupId>org.opendaylight.odlparent</groupId>
21   <artifactId>odlparent</artifactId>
22   <packaging>pom</packaging>
23
24   <scm>
25     <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
26     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
27     <tag>HEAD</tag>
28     <url>https://wiki.opendaylight.org/view/ODL_Root_Parent:Main</url>
29   </scm>
30
31   <!-- Variables should only be used where genuinely useful (to avoid
32        repetition); in general versions should be specified in the
33        corresponding dependencyManagement or pluginManagement element, not as
34        a variable. Duplication within odlparent doesn't count if it can be
35        managed using maven-versions-plugin. -->
36   <properties>
37     <nexus.repository.release>opendaylight.release</nexus.repository.release>
38     <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
39
40     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
42
43     <!-- Java Versions -->
44     <!-- FIXME: confirm these two are picked by maven-compiler-plugin -->
45     <maven.compiler.source>1.8</maven.compiler.source>
46     <maven.compiler.target>1.8</maven.compiler.target>
47     <java.version.source>${maven.compiler.source}</java.version.source>
48     <java.version.target>${maven.compiler.target}</java.version.target>
49
50     <!-- Maven plugin versions, in the 'canonical' format -->
51     <maven.antrun.plugin.version>1.8</maven.antrun.plugin.version>
52     <maven.bundle.version>3.0.0</maven.bundle.version>
53     <maven.clean.plugin.version>2.6.1</maven.clean.plugin.version>
54     <maven.compile.plugin.version>3.3</maven.compile.plugin.version>
55     <maven.jar.version>2.6</maven.jar.version>
56     <maven.javadoc.version>2.10.3</maven.javadoc.version>
57     <maven.plugin.version>3.4</maven.plugin.version>
58     <maven.release.version>2.5.2</maven.release.version>
59     <maven.surefire.version>2.18.1</maven.surefire.version>
60
61     <!-- Maven plugin versions, in random formats -->
62     <bundle.plugin.version>${maven.bundle.version}</bundle.plugin.version>
63     <checkstyle.version>2.16</checkstyle.version>
64     <compiler.version>${maven.compile.plugin.version}</compiler.version>
65     <enforcer.version>1.4.1</enforcer.version>
66     <enunciate.version>1.31</enunciate.version> <!-- Needs to remain exported, as its used for dependencies, too -->
67     <exam.version>4.4.0</exam.version> <!-- Needs to remain exported, as its used for dependencies, too -->
68     <failsafe.version>2.18.1</failsafe.version>
69     <gmaven.plugin.version>1.0</gmaven.plugin.version>
70     <!--
71         Regression in jacoco-plugin 0.7.5 prevents us from upgrading to it
72         http://jira.xwiki.org/browse/XCOMMONS-821
73
74         Additionally we need to stay on jacoco 0.7.2.201409121644. Future
75         versions appear to have issues picking up code coverage for projects
76         that use PowerMock.
77         https://github.com/jayway/powermock/issues/564
78     -->
79     <jacoco.version>0.7.2.201409121644</jacoco.version>
80     <jar.plugin.version>${maven.jar.version}</jar.plugin.version>
81     <karaf.version>3.0.3</karaf.version> <!-- Needs to remain exported, as its used for dependencies, too -->
82     <projectinfo>2.8.1</projectinfo>
83     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
84     <releaseplugin.version>${maven.release.version}</releaseplugin.version>
85     <odl.checkstyle.version>0.2.0-SNAPSHOT</odl.checkstyle.version>
86
87     <!-- Supporting Libraries -->
88     <!-- Used by controller, netconf -->
89     <bouncycastle.version>1.53</bouncycastle.version>
90     <!-- Used by aaa, vtn -->
91     <commons.codec.version>1.10</commons.codec.version>
92     <!-- Used by netconf, ovsdb -->
93     <commons.lang3.version>3.4</commons.lang3.version>
94     <!-- Used by sfc, snmp4sdn; see also affinity, toolkit -->
95     <commons.lang.version>2.6</commons.lang.version>
96     <!-- Used by neutron; see also controller, vtn -->
97     <commons.net.version>3.3</commons.net.version>
98     <!-- To upgrade to 2.6.0, we need to ensure all downstreams pull in javax.validation first
99          http://stackoverflow.com/questions/28568154/how-to-get-eclipselink-2-6-0-m3-working-with-jersey-1-18-3 -->
100     <!-- Used by neutron -->
101     <eclipse.persistence.version>2.5.2</eclipse.persistence.version>
102     <!-- Used by aaa -->
103     <felix.dependencymanager.version>3.1.0</felix.dependencymanager.version>
104     <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn -->
105     <gson.version>2.3.1</gson.version>
106     <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp -->
107     <guava.version>18.0</guava.version>
108     <!-- Used by lispflowmapping, sxp, vtn/manager -->
109     <hamcrest.version>1.3</hamcrest.version>
110     <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp -->
111     <jackson.version>2.3.2</jackson.version>
112     <!-- Used by snmp4sdn, yangtools -->
113     <javassist.version>3.20.0-GA</javassist.version>
114
115     <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects -->
116     <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit -->
117     <jersey.version>1.17</jersey.version>
118     <!-- Used by sfc -->
119     <jersey.client.version>1.17</jersey.client.version>
120
121     <!-- New packages for jersey migration 1.17 to 2.8 -->
122     <!-- appache.geronimo.bundle for DocGen -->
123     <!-- Used by aaa, iotdm, netconf, ovsdb, sfc -->
124     <org.json.version>20131018</org.json.version>
125
126     <!-- Used by sfc -->
127     <jettison.version>1.3.7</jettison.version>
128     <!-- Used by persistence -->
129     <jsr305.api.version>3.0.0</jsr305.api.version>
130     <!-- Need to stick to JUnit 4.11 until
131          https://github.com/jayway/powermock/issues/560 is fixed (either in
132          PowerMock or with a new JUnit release) -->
133     <!-- Used everywhere -->
134     <junit.version>4.11</junit.version>
135     <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
136     <logback.version>1.1.3</logback.version>
137     <!-- Used by nic, sfc, sxp, tsdr -->
138     <mockito.version>1.10.19</mockito.version>
139     <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit -->
140     <netty.version>4.0.33.Final</netty.version>
141     <!-- Used by alto, controller, neutron, sfc, snbi; see also dlux, toolkit, tsdr -->
142     <osgi.core.version>5.0.0</osgi.core.version>
143     <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
144     <slf4j.version>1.7.12</slf4j.version>
145     <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
146     <spring.version>3.2.14.RELEASE</spring.version>
147     <!-- Used in odlparent only; see also affinity, snmp4sdn -->
148     <url.version>1.5.0</url.version>
149
150     <!-- Default Sonar configuration -->
151     <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
152     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
153     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
154     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
155     <!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->
156     <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
157   </properties>
158
159   <dependencyManagement>
160     <dependencies>
161
162       <dependency>
163         <groupId>org.opendaylight.odlparent</groupId>
164         <artifactId>odlparent-artifacts</artifactId>
165         <version>1.7.0-SNAPSHOT</version>
166         <scope>import</scope>
167         <type>pom</type>
168       </dependency>
169
170       <!-- Testing Dependencies -->
171       <dependency>
172         <groupId>junit</groupId>
173         <artifactId>junit</artifactId>
174         <version>${junit.version}</version>
175         <scope>test</scope>
176       </dependency>
177       <dependency>
178         <groupId>junit</groupId>
179         <artifactId>junit-dep</artifactId>
180         <version>${junit.version}</version>
181         <scope>test</scope>
182       </dependency>
183       <dependency>
184          <groupId>org.skyscreamer</groupId>
185          <artifactId>jsonassert</artifactId>
186          <version>1.2.3</version>
187          <scope>test</scope>
188       </dependency>
189       <dependency>
190         <groupId>org.mockito</groupId>
191         <artifactId>mockito-all</artifactId>
192         <version>${mockito.version}</version>
193         <scope>test</scope>
194       </dependency>
195       <dependency>
196         <groupId>org.mockito</groupId>
197         <artifactId>mockito-core</artifactId>
198         <version>${mockito.version}</version>
199         <scope>test</scope>
200       </dependency>
201       <dependency>
202         <groupId>org.hamcrest</groupId>
203         <artifactId>hamcrest-core</artifactId>
204         <version>${hamcrest.version}</version>
205         <scope>test</scope>
206       </dependency>
207       <dependency>
208         <groupId>org.slf4j</groupId>
209         <artifactId>slf4j-simple</artifactId>
210         <version>${slf4j.version}</version>
211         <scope>test</scope>
212       </dependency>
213       <dependency>
214         <groupId>org.powermock</groupId>
215         <artifactId>powermock-api-mockito</artifactId>
216         <version>1.6.4</version>
217         <scope>test</scope>
218       </dependency>
219       <dependency>
220         <groupId>org.powermock</groupId>
221         <artifactId>powermock-api-support</artifactId>
222         <version>1.6.4</version>
223         <scope>test</scope>
224       </dependency>
225       <dependency>
226         <groupId>org.powermock</groupId>
227         <artifactId>powermock-core</artifactId>
228         <version>1.6.4</version>
229         <scope>test</scope>
230       </dependency>
231       <dependency>
232         <groupId>org.powermock</groupId>
233         <artifactId>powermock-module-junit4</artifactId>
234         <version>1.6.4</version>
235         <scope>test</scope>
236       </dependency>
237       <dependency>
238         <groupId>org.powermock</groupId>
239         <artifactId>powermock-reflect</artifactId>
240         <version>1.6.4</version>
241         <scope>test</scope>
242       </dependency>
243       <!-- Supporting Libraries -->
244       <dependency>
245         <groupId>org.slf4j</groupId>
246         <artifactId>jcl-over-slf4j</artifactId>
247         <version>${slf4j.version}</version>
248       </dependency>
249       <dependency>
250         <groupId>org.slf4j</groupId>
251         <artifactId>slf4j-api</artifactId>
252         <version>${slf4j.version}</version>
253       </dependency>
254       <dependency>
255         <groupId>org.slf4j</groupId>
256         <artifactId>slf4j-log4j12</artifactId>
257         <version>${slf4j.version}</version>
258       </dependency>
259       <dependency>
260         <groupId>org.slf4j</groupId>
261         <artifactId>log4j-over-slf4j</artifactId>
262         <version>${slf4j.version}</version>
263       </dependency>
264       <dependency>
265         <groupId>xml-apis</groupId>
266         <artifactId>xml-apis</artifactId>
267         <version>2.0.2</version>
268       </dependency>
269       <dependency>
270         <groupId>ch.qos.logback</groupId>
271         <artifactId>logback-core</artifactId>
272         <version>${logback.version}</version>
273       </dependency>
274       <dependency>
275         <groupId>ch.qos.logback</groupId>
276         <artifactId>logback-classic</artifactId>
277         <version>${logback.version}</version>
278       </dependency>
279       <dependency>
280         <groupId>com.google.guava</groupId>
281         <artifactId>guava</artifactId>
282         <version>${guava.version}</version>
283       </dependency>
284       <dependency>
285         <groupId>org.apache.commons</groupId>
286         <artifactId>commons-lang3</artifactId>
287         <version>${commons.lang3.version}</version>
288       </dependency>
289       <dependency>
290         <groupId>commons-lang</groupId>
291         <artifactId>commons-lang</artifactId>
292         <version>${commons.lang.version}</version>
293       </dependency>
294       <dependency>
295         <groupId>commons-codec</groupId>
296         <artifactId>commons-codec</artifactId>
297         <version>${commons.codec.version}</version>
298       </dependency>
299       <!-- Jersey for JAXRS -->
300       <dependency>
301         <groupId>javax.ws.rs</groupId>
302         <artifactId>javax.ws.rs-api</artifactId>
303         <version>2.0.1</version>
304       </dependency>
305       <dependency>
306         <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
307         <artifactId>jersey-guava</artifactId>
308         <version>2.8</version>
309       </dependency>
310       <dependency>
311         <groupId>com.eclipsesource.jaxrs</groupId>
312         <artifactId>jersey-all</artifactId>
313         <version>2.8</version>
314       </dependency>
315
316       <!-- servlet 3.x support -->
317       <dependency>
318         <groupId>org.glassfish.jersey.containers</groupId>
319         <artifactId>jersey-container-servlet</artifactId>
320         <version>2.8</version>
321       </dependency>
322       <dependency>
323         <groupId>org.apache.geronimo.bundles</groupId>
324         <artifactId>json</artifactId>
325         <version>20090211_1</version>
326       </dependency>
327       <!-- FIXME : remove all dependencies for jersey 1.7 -->
328       <dependency>
329         <groupId>com.sun.jersey</groupId>
330         <artifactId>jersey-core</artifactId>
331         <version>${jersey.version}</version>
332       </dependency>
333       <dependency>
334         <groupId>com.sun.jersey</groupId>
335         <artifactId>jersey-json</artifactId>
336         <version>${jersey.version}</version>
337       </dependency>
338       <dependency>
339         <groupId>com.sun.jersey</groupId>
340         <artifactId>jersey-server</artifactId>
341         <version>${jersey.version}</version>
342       </dependency>
343       <dependency>
344         <groupId>com.sun.jersey</groupId>
345         <artifactId>jersey-servlet</artifactId>
346         <version>${jersey.version}</version>
347       </dependency>
348       <dependency>
349         <groupId>com.sun.jersey.jersey-test-framework</groupId>
350         <artifactId>jersey-test-framework-grizzly2</artifactId>
351         <version>${jersey.version}</version>
352         <scope>test</scope>
353       </dependency>
354       <dependency>
355         <groupId>com.sun.jersey</groupId>
356         <artifactId>jersey-client</artifactId>
357         <version>${jersey.client.version}</version>
358       </dependency>
359       <dependency>
360         <groupId>org.opendaylight.controller.thirdparty</groupId>
361         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
362         <version>1.17</version>
363       </dependency>
364       <dependency>
365         <groupId>org.apache.shiro</groupId>
366         <artifactId>shiro-core</artifactId>
367         <version>1.2.3</version>
368       </dependency>
369       <dependency>
370         <groupId>org.apache.shiro</groupId>
371         <artifactId>shiro-web</artifactId>
372         <version>1.2.3</version>
373       </dependency>
374
375       <!-- Plugin integration -->
376       <dependency>
377         <groupId>org.sonatype.plexus</groupId>
378         <artifactId>plexus-build-api</artifactId>
379         <version>0.0.7</version>
380       </dependency>
381       <dependency>
382         <groupId>org.codehaus.plexus</groupId>
383         <artifactId>plexus-slf4j-logging</artifactId>
384         <version>1.1</version>
385       </dependency>
386       <dependency>
387         <groupId>com.fasterxml.jackson.core</groupId>
388         <artifactId>jackson-annotations</artifactId>
389         <version>${jackson.version}</version>
390       </dependency>
391       <dependency>
392         <groupId>com.fasterxml.jackson.core</groupId>
393         <artifactId>jackson-core</artifactId>
394         <version>${jackson.version}</version>
395       </dependency>
396       <dependency>
397         <groupId>com.fasterxml.jackson.core</groupId>
398         <artifactId>jackson-databind</artifactId>
399         <version>${jackson.version}</version>
400       </dependency>
401       <dependency>
402         <groupId>com.fasterxml.jackson.datatype</groupId>
403         <artifactId>jackson-datatype-json-org</artifactId>
404         <version>${jackson.version}</version>
405       </dependency>
406       <!-- TODO do we really need resteasy ? -->
407       <dependency>
408           <groupId>org.jboss.resteasy</groupId>
409           <artifactId>jaxrs-api</artifactId>
410           <version>3.0.4.Final</version>
411       </dependency>
412
413       <dependency>
414         <groupId>com.fasterxml.jackson.jaxrs</groupId>
415         <artifactId>jackson-jaxrs-base</artifactId>
416         <version>${jackson.version}</version>
417       </dependency>
418       <dependency>
419         <groupId>com.fasterxml.jackson.jaxrs</groupId>
420         <artifactId>jackson-jaxrs-json-provider</artifactId>
421         <version>${jackson.version}</version>
422       </dependency>
423       <dependency>
424         <groupId>com.fasterxml.jackson.module</groupId>
425         <artifactId>jackson-module-jaxb-annotations</artifactId>
426         <version>${jackson.version}</version>
427       </dependency>
428       <dependency>
429         <groupId>com.sun.xml.txw2</groupId>
430         <artifactId>txw2</artifactId>
431         <version>20110809</version>
432       </dependency>
433       <dependency>
434         <groupId>com.github.romix</groupId>
435         <artifactId>java-concurrent-hash-trie-map</artifactId>
436         <version>0.2.23</version>
437       </dependency>
438       <dependency>
439         <groupId>com.google.code.findbugs</groupId>
440         <artifactId>jsr305</artifactId>
441         <version>${jsr305.api.version}</version>
442       </dependency>
443       <dependency>
444         <groupId>com.google.code.gson</groupId>
445         <artifactId>gson</artifactId>
446         <version>${gson.version}</version>
447       </dependency>
448       <dependency>
449         <groupId>commons-fileupload</groupId>
450         <artifactId>commons-fileupload</artifactId>
451         <version>1.3.1</version>
452       </dependency>
453       <dependency>
454         <groupId>commons-io</groupId>
455         <artifactId>commons-io</artifactId>
456         <version>2.4</version>
457       </dependency>
458       <dependency>
459         <groupId>commons-net</groupId>
460         <artifactId>commons-net</artifactId>
461         <version>${commons.net.version}</version>
462       </dependency>
463       <dependency>
464         <groupId>eclipselink</groupId>
465         <artifactId>javax.persistence</artifactId>
466         <version>2.0.4.v201112161009</version>
467       </dependency>
468       <dependency>
469         <groupId>eclipselink</groupId>
470         <artifactId>javax.resource</artifactId>
471         <version>1.5.0.v200906010428</version>
472       </dependency>
473       <dependency>
474         <groupId>equinoxSDK381</groupId>
475         <artifactId>javax.servlet</artifactId>
476         <version>3.0.0.v201112011016</version>
477       </dependency>
478       <dependency>
479         <groupId>equinoxSDK381</groupId>
480         <artifactId>javax.servlet.jsp</artifactId>
481         <version>2.2.0.v201112011158</version>
482       </dependency>
483       <dependency>
484         <groupId>equinoxSDK381</groupId>
485         <artifactId>org.apache.felix.gogo.command</artifactId>
486         <version>0.8.0.v201108120515</version>
487       </dependency>
488       <dependency>
489         <groupId>equinoxSDK381</groupId>
490         <artifactId>org.apache.felix.gogo.runtime</artifactId>
491         <version>0.8.0.v201108120515</version>
492       </dependency>
493       <dependency>
494         <groupId>equinoxSDK381</groupId>
495         <artifactId>org.apache.felix.gogo.shell</artifactId>
496         <version>0.8.0.v201110170705</version>
497       </dependency>
498       <dependency>
499         <groupId>equinoxSDK381</groupId>
500         <artifactId>org.eclipse.equinox.cm</artifactId>
501         <version>1.0.400.v20120522-1841</version>
502       </dependency>
503       <dependency>
504         <groupId>equinoxSDK381</groupId>
505         <artifactId>org.eclipse.equinox.console</artifactId>
506         <version>1.0.0.v20120522-1841</version>
507       </dependency>
508       <dependency>
509         <groupId>equinoxSDK381</groupId>
510         <artifactId>org.eclipse.equinox.ds</artifactId>
511         <version>1.4.0.v20120522-1841</version>
512       </dependency>
513       <dependency>
514         <groupId>equinoxSDK381</groupId>
515         <artifactId>org.eclipse.equinox.launcher</artifactId>
516         <version>1.3.0.v20120522-1813</version>
517       </dependency>
518       <dependency>
519         <groupId>equinoxSDK381</groupId>
520         <artifactId>org.eclipse.equinox.util</artifactId>
521         <version>1.0.400.v20120522-2049</version>
522       </dependency>
523       <dependency>
524         <groupId>equinoxSDK381</groupId>
525         <artifactId>org.eclipse.osgi.services</artifactId>
526         <version>3.3.100.v20120522-1822</version>
527       </dependency>
528
529       <dependency>
530         <groupId>org.eclipse.tycho</groupId>
531         <artifactId>org.eclipse.osgi</artifactId>
532         <version>3.9.1.v20130814-1242</version>
533       </dependency>
534       <!-- FIXME: remove once all users migrate to org.eclipse.tycho -->
535       <dependency>
536         <groupId>equinoxSDK381</groupId>
537         <artifactId>org.eclipse.osgi</artifactId>
538         <version>3.8.1.v20120830-144521</version>
539       </dependency>
540
541       <!-- Gemini Web -->
542       <dependency>
543         <groupId>geminiweb</groupId>
544         <artifactId>org.eclipse.gemini.web.core</artifactId>
545         <version>2.2.0.RELEASE</version>
546       </dependency>
547       <dependency>
548         <groupId>geminiweb</groupId>
549         <artifactId>org.eclipse.gemini.web.extender</artifactId>
550         <version>2.2.0.RELEASE</version>
551       </dependency>
552       <dependency>
553         <groupId>geminiweb</groupId>
554         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
555         <version>2.2.0.RELEASE</version>
556       </dependency>
557       <dependency>
558         <groupId>geminiweb</groupId>
559         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
560         <version>3.6.0.RELEASE</version>
561       </dependency>
562       <dependency>
563         <groupId>geminiweb</groupId>
564         <artifactId>org.eclipse.virgo.util.common</artifactId>
565         <version>3.6.0.RELEASE</version>
566       </dependency>
567       <dependency>
568         <groupId>geminiweb</groupId>
569         <artifactId>org.eclipse.virgo.util.io</artifactId>
570         <version>3.6.0.RELEASE</version>
571       </dependency>
572       <dependency>
573         <groupId>geminiweb</groupId>
574         <artifactId>org.eclipse.virgo.util.math</artifactId>
575         <version>3.6.0.RELEASE</version>
576       </dependency>
577       <dependency>
578         <groupId>geminiweb</groupId>
579         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
580         <version>3.6.0.RELEASE</version>
581       </dependency>
582       <dependency>
583         <groupId>geminiweb</groupId>
584         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
585         <version>3.6.0.RELEASE</version>
586       </dependency>
587       <dependency>
588         <groupId>geminiweb</groupId>
589         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
590         <version>3.6.0.RELEASE</version>
591       </dependency>
592       <dependency>
593         <groupId>io.netty</groupId>
594         <artifactId>netty-all</artifactId>
595         <version>${netty.version}</version>
596       </dependency>
597       <dependency>
598         <groupId>io.netty</groupId>
599         <artifactId>netty-buffer</artifactId>
600         <version>${netty.version}</version>
601       </dependency>
602       <dependency>
603         <groupId>io.netty</groupId>
604         <artifactId>netty-codec</artifactId>
605         <version>${netty.version}</version>
606       </dependency>
607       <dependency>
608         <groupId>io.netty</groupId>
609         <artifactId>netty-codec-http</artifactId>
610         <version>${netty.version}</version>
611       </dependency>
612       <dependency>
613         <groupId>io.netty</groupId>
614         <artifactId>netty-common</artifactId>
615         <version>${netty.version}</version>
616       </dependency>
617       <!-- Netty -->
618       <dependency>
619         <groupId>io.netty</groupId>
620         <artifactId>netty-handler</artifactId>
621         <version>${netty.version}</version>
622       </dependency>
623       <dependency>
624         <groupId>io.netty</groupId>
625         <artifactId>netty-transport</artifactId>
626         <version>${netty.version}</version>
627       </dependency>
628       <dependency>
629         <groupId>javax.ws.rs</groupId>
630         <artifactId>jsr311-api</artifactId>
631         <version>1.1.1</version>
632       </dependency>
633       <dependency>
634         <groupId>orbit</groupId>
635         <artifactId>javax.activation</artifactId>
636         <version>1.1.0.v201211130549</version>
637       </dependency>
638       <dependency>
639         <groupId>orbit</groupId>
640         <artifactId>javax.annotation</artifactId>
641         <version>1.1.0.v201209060031</version>
642       </dependency>
643       <dependency>
644         <groupId>orbit</groupId>
645         <artifactId>javax.ejb</artifactId>
646         <version>3.1.1.v201204261316</version>
647       </dependency>
648       <dependency>
649         <groupId>orbit</groupId>
650         <artifactId>javax.el</artifactId>
651         <version>2.2.0.v201108011116</version>
652       </dependency>
653       <dependency>
654         <groupId>orbit</groupId>
655         <artifactId>javax.mail.glassfish</artifactId>
656         <version>1.4.1.v201108011116</version>
657       </dependency>
658       <dependency>
659         <groupId>javax.servlet</groupId>
660         <artifactId>javax.servlet-api</artifactId>
661         <version>3.0.1</version>
662       </dependency>
663       <dependency>
664         <groupId>orbit</groupId>
665         <artifactId>javax.servlet.jsp.jstl</artifactId>
666         <version>1.2.0.v201105211821</version>
667       </dependency>
668       <dependency>
669         <groupId>orbit</groupId>
670         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
671         <version>1.2.0.v201210211230</version>
672       </dependency>
673       <dependency>
674         <groupId>orbit</groupId>
675         <artifactId>javax.xml.rpc</artifactId>
676         <version>1.1.0.v201005080400</version>
677       </dependency>
678       <dependency>
679         <groupId>orbit</groupId>
680         <artifactId>org.apache.catalina</artifactId>
681         <version>7.0.53.v201406061610</version>
682       </dependency>
683       <dependency>
684         <groupId>orbit</groupId>
685         <artifactId>org.apache.catalina.ha</artifactId>
686         <version>7.0.53.v201406070630</version>
687       </dependency>
688       <dependency>
689         <groupId>orbit</groupId>
690         <artifactId>org.apache.catalina.tribes</artifactId>
691         <version>7.0.53.v201406070630</version>
692       </dependency>
693       <dependency>
694         <groupId>orbit</groupId>
695         <artifactId>org.apache.coyote</artifactId>
696         <version>7.0.53.v201406070630</version>
697       </dependency>
698       <dependency>
699         <groupId>orbit</groupId>
700         <artifactId>org.apache.el</artifactId>
701         <version>7.0.53.v201406060720</version>
702       </dependency>
703       <dependency>
704         <groupId>orbit</groupId>
705         <artifactId>org.apache.jasper</artifactId>
706         <version>7.0.53.v201406070630</version>
707       </dependency>
708       <dependency>
709         <groupId>orbit</groupId>
710         <artifactId>org.apache.juli.extras</artifactId>
711         <version>7.0.53.v201406060720</version>
712       </dependency>
713       <dependency>
714         <groupId>orbit</groupId>
715         <artifactId>org.apache.tomcat.api</artifactId>
716         <version>7.0.53.v201406060720</version>
717       </dependency>
718       <dependency>
719         <groupId>orbit</groupId>
720         <artifactId>org.apache.tomcat.util</artifactId>
721         <version>7.0.53.v201406070630</version>
722       </dependency>
723       <dependency>
724         <groupId>org.aopalliance</groupId>
725         <artifactId>com.springsource.org.aopalliance</artifactId>
726         <version>1.0.0</version>
727       </dependency>
728       <dependency>
729         <groupId>org.apache.felix</groupId>
730         <artifactId>org.apache.felix.dependencymanager</artifactId>
731         <version>${felix.dependencymanager.version}</version>
732       </dependency>
733       <dependency>
734         <groupId>org.apache.felix</groupId>
735         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
736         <version>3.0.1</version>
737       </dependency>
738       <dependency>
739         <groupId>org.apache.felix</groupId>
740         <artifactId>org.apache.felix.fileinstall</artifactId>
741         <version>3.1.6</version>
742       </dependency>
743       <!-- felix webconsole -->
744       <dependency>
745         <groupId>org.apache.felix</groupId>
746         <artifactId>org.apache.felix.webconsole</artifactId>
747         <version>4.2.0</version>
748         <!-- the all bundle includes all the necessary plugins -->
749         <classifier>all</classifier>
750       </dependency>
751       <dependency>
752         <groupId>org.bouncycastle</groupId>
753         <artifactId>bcpkix-jdk15on</artifactId>
754         <version>${bouncycastle.version}</version>
755       </dependency>
756       <dependency>
757         <groupId>org.bouncycastle</groupId>
758         <artifactId>bcprov-jdk15on</artifactId>
759         <version>${bouncycastle.version}</version>
760       </dependency>
761       <dependency>
762         <groupId>org.codehaus.enunciate</groupId>
763         <artifactId>enunciate-core-annotations</artifactId>
764         <version>${enunciate.version}</version>
765       </dependency>
766       <dependency>
767         <groupId>com.webcohesion.enunciate</groupId>
768         <artifactId>enunciate-core-annotations</artifactId>
769         <version>2.1.1</version>
770       </dependency>
771       <dependency>
772         <groupId>org.codehaus.jettison</groupId>
773         <artifactId>jettison</artifactId>
774         <version>${jettison.version}</version>
775       </dependency>
776       <!-- equinox http service bridge -->
777       <dependency>
778         <groupId>org.eclipse.equinox.http</groupId>
779         <artifactId>servlet</artifactId>
780         <version>1.0.0-v20070606</version>
781       </dependency>
782       <dependency>
783         <groupId>org.eclipse.persistence</groupId>
784         <artifactId>org.eclipse.persistence.antlr</artifactId>
785         <version>${eclipse.persistence.version}</version>
786       </dependency>
787       <dependency>
788         <groupId>org.eclipse.persistence</groupId>
789         <artifactId>org.eclipse.persistence.core</artifactId>
790         <version>${eclipse.persistence.version}</version>
791       </dependency>
792       <dependency>
793         <groupId>org.eclipse.persistence</groupId>
794         <artifactId>org.eclipse.persistence.moxy</artifactId>
795         <version>${eclipse.persistence.version}</version>
796       </dependency>
797       <dependency>
798         <groupId>javax.validation</groupId>
799         <artifactId>validation-api</artifactId>
800         <version>1.1.0.Final</version>
801       </dependency>
802       <dependency>
803         <groupId>org.javassist</groupId>
804         <artifactId>javassist</artifactId>
805         <version>${javassist.version}</version>
806       </dependency>
807       <dependency>
808         <groupId>org.jboss.spec.javax.transaction</groupId>
809         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
810         <version>1.0.1.Final</version>
811       </dependency>
812       <dependency>
813         <groupId>org.jolokia</groupId>
814         <artifactId>jolokia-osgi</artifactId>
815         <version>1.3.2</version>
816       </dependency>
817       <dependency>
818         <groupId>org.json</groupId>
819         <artifactId>json</artifactId>
820         <version>${org.json.version}</version>
821       </dependency>
822       <dependency>
823         <groupId>org.osgi</groupId>
824         <artifactId>org.osgi.compendium</artifactId>
825         <version>5.0.0</version>
826         <scope>provided</scope>
827       </dependency>
828       <dependency>
829         <groupId>org.osgi</groupId>
830         <artifactId>org.osgi.core</artifactId>
831         <version>${osgi.core.version}</version>
832         <scope>provided</scope>
833       </dependency>
834       <dependency>
835         <groupId>org.ow2.asm</groupId>
836         <artifactId>asm-all</artifactId>
837         <version>5.0.4</version>
838       </dependency>
839       <!-- Visual VM hook -->
840       <dependency>
841         <groupId>org.ow2.chameleon.management</groupId>
842         <artifactId>chameleon-mbeans</artifactId>
843         <version>1.0.0</version>
844       </dependency>
845       <dependency>
846         <groupId>org.springframework</groupId>
847         <artifactId>spring-aop</artifactId>
848         <version>${spring.version}</version>
849       </dependency>
850       <dependency>
851         <groupId>org.springframework</groupId>
852         <artifactId>spring-beans</artifactId>
853         <version>${spring.version}</version>
854       </dependency>
855       <dependency>
856         <groupId>org.springframework</groupId>
857         <artifactId>spring-context</artifactId>
858         <version>${spring.version}</version>
859       </dependency>
860       <dependency>
861         <groupId>org.springframework</groupId>
862         <artifactId>spring-core</artifactId>
863         <version>${spring.version}</version>
864       </dependency>
865       <dependency>
866         <groupId>org.springframework</groupId>
867         <artifactId>spring-expression</artifactId>
868         <version>${spring.version}</version>
869       </dependency>
870       <dependency>
871         <groupId>org.springframework</groupId>
872         <artifactId>spring-tx</artifactId>
873         <version>${spring.version}</version>
874       </dependency>
875       <dependency>
876         <groupId>org.springframework</groupId>
877         <artifactId>spring-web</artifactId>
878         <version>${spring.version}</version>
879       </dependency>
880       <dependency>
881         <groupId>org.springframework</groupId>
882         <artifactId>spring-webmvc</artifactId>
883         <version>${spring.version}</version>
884       </dependency>
885       <!-- Spring security -->
886       <dependency>
887         <groupId>org.springframework.security</groupId>
888         <artifactId>spring-security-config</artifactId>
889         <version>3.2.8.RELEASE</version>
890       </dependency>
891       <dependency>
892         <groupId>org.springframework.security</groupId>
893         <artifactId>spring-security-core</artifactId>
894         <version>3.2.8.RELEASE</version>
895       </dependency>
896       <dependency>
897         <groupId>org.springframework.security</groupId>
898         <artifactId>spring-security-taglibs</artifactId>
899         <version>3.2.8.RELEASE</version>
900       </dependency>
901       <dependency>
902         <groupId>org.springframework.security</groupId>
903         <artifactId>spring-security-web</artifactId>
904         <version>3.2.8.RELEASE</version>
905       </dependency>
906       <dependency>
907         <groupId>virgomirror</groupId>
908         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
909         <version>3.8.0.I20120518-2145</version>
910       </dependency>
911
912       <!-- Configuration library -->
913       <dependency>
914         <groupId>com.typesafe</groupId>
915         <artifactId>config</artifactId>
916         <version>1.2.1</version>
917       </dependency>
918
919       <!-- LMAX Disruptor -->
920       <dependency>
921         <groupId>com.lmax</groupId>
922         <artifactId>disruptor</artifactId>
923         <!-- If this is updated, the version in features.xml needs to be changed too -->
924         <version>3.3.2</version>
925       </dependency>
926
927       <!-- Add Pax Exam -->
928       <dependency>
929         <groupId>org.ops4j.pax.exam</groupId>
930         <artifactId>pax-exam</artifactId>
931         <version>${exam.version}</version>
932         <scope>test</scope>
933       </dependency>
934       <dependency>
935         <groupId>org.ops4j.pax.exam</groupId>
936         <artifactId>pax-exam-container-karaf</artifactId>
937         <version>${exam.version}</version>
938         <scope>test</scope>
939       </dependency>
940       <dependency>
941         <groupId>org.ops4j.pax.exam</groupId>
942         <artifactId>pax-exam-container-native</artifactId>
943         <version>${exam.version}</version>
944         <scope>test</scope>
945       </dependency>
946       <dependency>
947         <groupId>org.ops4j.pax.exam</groupId>
948         <artifactId>pax-exam-junit4</artifactId>
949         <version>${exam.version}</version>
950         <scope>test</scope>
951       </dependency>
952       <dependency>
953         <groupId>org.ops4j.pax.exam</groupId>
954         <artifactId>pax-exam-link-mvn</artifactId>
955         <version>${exam.version}</version>
956         <scope>test</scope>
957       </dependency>
958
959       <dependency>
960         <groupId>org.ops4j.pax.url</groupId>
961         <artifactId>pax-url-aether</artifactId>
962         <version>${url.version}</version>
963         <scope>test</scope>
964       </dependency>
965       <dependency>
966         <groupId>org.springframework.osgi</groupId>
967         <artifactId>spring-osgi-mock</artifactId>
968         <version>1.2.1</version>
969         <scope>test</scope>
970       </dependency>
971       <dependency>
972         <groupId>xmlunit</groupId>
973         <artifactId>xmlunit</artifactId>
974         <version>1.6</version>
975         <scope>test</scope>
976       </dependency>
977       <dependency>
978         <groupId>org.eclipse.jetty</groupId>
979         <artifactId>jetty-servlets</artifactId>
980         <version>8.1.14.v20131031</version>
981       </dependency>
982     </dependencies>
983   </dependencyManagement>
984
985   <build>
986     <pluginManagement>
987       <plugins>
988         <!-- Official maven plugins, alpha-sorted by artifactId.
989              We do not need to specify the groupId. -->
990         <plugin>
991           <artifactId>maven-antrun-plugin</artifactId>
992           <version>${maven.antrun.plugin.version}</version>
993         </plugin>
994         <plugin>
995           <artifactId>maven-checkstyle-plugin</artifactId>
996           <version>${checkstyle.version}</version>
997           <dependencies>
998             <dependency>
999               <groupId>org.opendaylight.odlparent</groupId>
1000               <artifactId>checkstyle</artifactId>
1001               <version>${odl.checkstyle.version}</version>
1002             </dependency>
1003             <dependency>
1004               <groupId>org.opendaylight.odlparent</groupId>
1005               <artifactId>odl-license</artifactId>
1006               <version>0.1.0-SNAPSHOT</version>
1007             </dependency>
1008           </dependencies>
1009           <configuration>
1010             <configLocation>odl_checks.xml</configLocation>
1011             <!-- <sourceDirectory> is needed so that checkstyle ignores the
1012                  generated sources directory -->
1013             <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1014             <excludes>
1015               org/opendaylight/yang/gen/**,
1016               **/protobuff/messages/**,
1017               **/thrift/gen/*.java
1018             </excludes>
1019             <failsOnError>false</failsOnError>
1020             <consoleOutput>true</consoleOutput>
1021           </configuration>
1022           <executions>
1023             <execution>
1024               <id>check-license</id>
1025               <goals>
1026                 <goal>check</goal>
1027               </goals>
1028               <phase>process-sources</phase>
1029               <configuration>
1030                 <configLocation>check-license.xml</configLocation>
1031                 <includeResources>false</includeResources>
1032                 <includeTestResources>false</includeTestResources>
1033                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
1034                 <excludes>
1035                   org/opendaylight/yang/gen/**,
1036                   **/protobuff/messages/**,
1037                   **/thrift/gen/*.java
1038                 </excludes>
1039                 <failsOnError>false</failsOnError>
1040                 <consoleOutput>true</consoleOutput>
1041               </configuration>
1042             </execution>
1043             <execution>
1044               <goals>
1045                 <goal>check</goal>
1046               </goals>
1047               <phase>process-sources</phase>
1048             </execution>
1049           </executions>
1050         </plugin>
1051         <plugin>
1052           <artifactId>maven-compiler-plugin</artifactId>
1053           <version>${maven.compile.plugin.version}</version>
1054           <configuration>
1055             <source>1.8</source>
1056             <target>1.8</target>
1057           </configuration>
1058         </plugin>
1059         <plugin>
1060           <artifactId>maven-enforcer-plugin</artifactId>
1061           <version>${enforcer.version}</version>
1062         </plugin>
1063         <plugin>
1064           <artifactId>maven-failsafe-plugin</artifactId>
1065           <version>${failsafe.version}</version>
1066         </plugin>
1067         <plugin>
1068           <artifactId>maven-invoker-plugin</artifactId>
1069           <version>2.0.0</version>
1070         </plugin>
1071         <plugin>
1072           <artifactId>maven-jar-plugin</artifactId>
1073           <version>${maven.jar.version}</version>
1074         </plugin>
1075         <plugin>
1076           <artifactId>maven-release-plugin</artifactId>
1077           <version>${maven.release.version}</version>
1078         </plugin>
1079         <plugin>
1080           <artifactId>maven-dependency-plugin</artifactId>
1081           <version>2.10</version>
1082           <executions>
1083             <execution>
1084               <id>unpack-license</id>
1085               <phase>generate-resources</phase>
1086               <goals><goal>unpack</goal></goals>
1087               <configuration>
1088                 <artifactItems>
1089                   <artifactItem>
1090                     <groupId>org.opendaylight.odlparent</groupId>
1091                     <artifactId>odl-license</artifactId>
1092                     <version>0.1.0-SNAPSHOT</version>
1093                   </artifactItem>
1094                 </artifactItems>
1095                 <outputDirectory>${project.build.outputDirectory}</outputDirectory>
1096                 <excludes>META-INF/**</excludes>
1097               </configuration>
1098             </execution>
1099           </executions>
1100         </plugin>
1101
1102         <plugin>
1103           <artifactId>maven-plugin-plugin</artifactId>
1104           <version>${maven.plugin.version}</version>
1105         </plugin>
1106
1107         <plugin>
1108           <artifactId>maven-resources-plugin</artifactId>
1109           <version>2.7</version>
1110         </plugin>
1111         <plugin>
1112           <artifactId>maven-shade-plugin</artifactId>
1113           <version>2.4.1</version>
1114         </plugin>
1115         <plugin>
1116           <artifactId>maven-site-plugin</artifactId>
1117           <version>3.4</version>
1118         </plugin>
1119         <plugin>
1120           <artifactId>maven-source-plugin</artifactId>
1121           <version>2.4</version>
1122           <executions>
1123             <execution>
1124               <id>attach-sources</id>
1125               <goals>
1126                 <goal>jar-no-fork</goal>
1127               </goals>
1128             </execution>
1129           </executions>
1130         </plugin>
1131         <plugin>
1132           <artifactId>maven-surefire-plugin</artifactId>
1133           <version>${maven.surefire.version}</version>
1134           <configuration>
1135             <redirectTestOutputToFile>true</redirectTestOutputToFile>
1136           </configuration>
1137         </plugin>
1138
1139         <!-- Third-party plugins, grouped by groupId, alpha-sorted by artifactId -->
1140         <plugin>
1141           <groupId>org.apache.felix</groupId>
1142           <artifactId>maven-bundle-plugin</artifactId>
1143           <version>${maven.bundle.version}</version>
1144           <extensions>true</extensions>
1145         </plugin>
1146
1147         <plugin>
1148           <groupId>org.apache.karaf.tooling</groupId>
1149           <artifactId>karaf-maven-plugin</artifactId>
1150           <version>${karaf.version}</version>
1151         </plugin>
1152
1153         <plugin>
1154           <groupId>org.apache.servicemix.tooling</groupId>
1155           <artifactId>depends-maven-plugin</artifactId>
1156           <version>1.3.1</version>
1157           <executions>
1158             <execution>
1159               <id>generate-depends-file</id>
1160               <goals>
1161                 <goal>generate-depends-file</goal>
1162               </goals>
1163             </execution>
1164           </executions>
1165         </plugin>
1166
1167         <plugin>
1168           <groupId>org.codehaus.enunciate</groupId>
1169           <artifactId>maven-enunciate-plugin</artifactId>
1170           <version>${enunciate.version}</version>
1171         </plugin>
1172         <plugin>
1173           <groupId>com.webcohesion.enunciate</groupId>
1174           <artifactId>enunciate-maven-plugin</artifactId>
1175           <version>2.1.1</version>
1176         </plugin>
1177         <plugin>
1178           <groupId>org.codehaus.groovy.maven</groupId>
1179           <artifactId>gmaven-plugin</artifactId>
1180           <version>${gmaven.plugin.version}</version>
1181         </plugin>
1182         <plugin>
1183           <groupId>org.codehaus.mojo</groupId>
1184           <artifactId>build-helper-maven-plugin</artifactId>
1185           <version>1.9.1</version>
1186         </plugin>
1187         <plugin>
1188           <groupId>org.codehaus.mojo</groupId>
1189           <artifactId>findbugs-maven-plugin</artifactId>
1190           <version>3.0.3</version>
1191         </plugin>
1192         <plugin>
1193           <groupId>org.codehaus.mojo</groupId>
1194           <artifactId>properties-maven-plugin</artifactId>
1195           <version>${propertymavenplugin.version}</version>
1196         </plugin>
1197
1198         <plugin>
1199           <groupId>org.eclipse.m2e</groupId>
1200           <artifactId>lifecycle-mapping</artifactId>
1201           <version>1.0.0</version>
1202           <configuration>
1203             <lifecycleMappingMetadata>
1204               <pluginExecutions>
1205                 <pluginExecution>
1206                   <pluginExecutionFilter>
1207                     <groupId>org.apache.felix</groupId>
1208                     <artifactId>maven-bundle-plugin</artifactId>
1209                     <versionRange>[1.0,)</versionRange>
1210                     <goals>
1211                       <goal>manifest</goal>
1212                     </goals>
1213                   </pluginExecutionFilter>
1214                   <action>
1215                     <execute/>
1216                   </action>
1217                 </pluginExecution>
1218                 <pluginExecution>
1219                   <pluginExecutionFilter>
1220                     <groupId>org.apache.maven.plugins</groupId>
1221                     <artifactId>maven-enforcer-plugin</artifactId>
1222                     <versionRange>[1.0.0,)</versionRange>
1223                     <goals>
1224                       <goal>enforce</goal>
1225                     </goals>
1226                   </pluginExecutionFilter>
1227                   <action>
1228                     <ignore/>
1229                   </action>
1230                 </pluginExecution>
1231                 <pluginExecution>
1232                   <pluginExecutionFilter>
1233                     <groupId>org.apache.maven.plugins</groupId>
1234                     <artifactId>maven-checkstyle-plugin</artifactId>
1235                     <versionRange>[2.0.0,)</versionRange>
1236                     <goals>
1237                       <goal>check</goal>
1238                     </goals>
1239                   </pluginExecutionFilter>
1240                   <action>
1241                     <ignore/>
1242                   </action>
1243                 </pluginExecution>
1244                 <pluginExecution>
1245                   <pluginExecutionFilter>
1246                     <groupId>org.apache.maven.plugins</groupId>
1247                     <artifactId>maven-dependency-plugin</artifactId>
1248                     <versionRange>[2.10,)</versionRange>
1249                     <goals>
1250                       <goal>unpack</goal>
1251                     </goals>
1252                   </pluginExecutionFilter>
1253                   <action>
1254                     <execute/>
1255                   </action>
1256                 </pluginExecution>
1257                 <pluginExecution>
1258                   <pluginExecutionFilter>
1259                     <groupId>org.apache.servicemix.tooling</groupId>
1260                     <artifactId>depends-maven-plugin</artifactId>
1261                     <versionRange>[1.2,)</versionRange>
1262                     <goals>
1263                       <goal>generate-depends-file</goal>
1264                     </goals>
1265                   </pluginExecutionFilter>
1266                   <action>
1267                     <execute/>
1268                   </action>
1269                 </pluginExecution>
1270               </pluginExecutions>
1271             </lifecycleMappingMetadata>
1272           </configuration>
1273         </plugin>
1274
1275         <plugin>
1276           <groupId>org.jacoco</groupId>
1277           <artifactId>jacoco-maven-plugin</artifactId>
1278           <version>${jacoco.version}</version>
1279           <configuration>
1280             <!-- Note: This exclusion list should match <sonar.exclusions>
1281                        property above -->
1282             <excludes>
1283               <exclude>**/gen/**</exclude>
1284               <exclude>**/generated-sources/**</exclude>
1285               <exclude>**/yang-gen/**</exclude>
1286               <exclude>**/pax/**</exclude>
1287             </excludes>
1288           </configuration>
1289         </plugin>
1290
1291         <plugin>
1292           <groupId>org.ops4j.pax.exam</groupId>
1293           <artifactId>maven-paxexam-plugin</artifactId>
1294           <version>1.2.4</version>
1295         </plugin>
1296
1297         <plugin>
1298           <groupId>org.codehaus.mojo</groupId>
1299           <artifactId>jdepend-maven-plugin</artifactId>
1300           <version>2.0</version>
1301           <executions>
1302             <execution>
1303               <phase>site</phase>
1304               <goals>
1305                 <goal>generate-no-fork</goal>
1306               </goals>
1307             </execution>
1308           </executions>
1309         </plugin>
1310       </plugins>
1311     </pluginManagement>
1312
1313     <plugins>
1314       <plugin>
1315         <artifactId>maven-enforcer-plugin</artifactId>
1316         <executions>
1317           <execution>
1318             <id>enforce-maven</id>
1319             <configuration>
1320               <rules>
1321                 <requireMavenVersion>
1322                   <version>3.1.1</version>
1323                 </requireMavenVersion>
1324               </rules>
1325             </configuration>
1326             <goals>
1327               <goal>enforce</goal>
1328             </goals>
1329           </execution>
1330         </executions>
1331       </plugin>
1332       <plugin>
1333         <artifactId>maven-dependency-plugin</artifactId>
1334       </plugin>
1335       <plugin>
1336         <artifactId>maven-checkstyle-plugin</artifactId>
1337       </plugin>
1338       <plugin>
1339         <artifactId>maven-source-plugin</artifactId>
1340       </plugin>
1341       <plugin>
1342         <artifactId>maven-javadoc-plugin</artifactId>
1343       </plugin>
1344
1345       <!-- Jacoco / Sonar -->
1346       <plugin>
1347         <groupId>org.jacoco</groupId>
1348         <artifactId>jacoco-maven-plugin</artifactId>
1349         <executions>
1350           <execution>
1351             <id>pre-unit-test</id>
1352             <goals>
1353               <goal>prepare-agent</goal>
1354             </goals>
1355             <configuration>
1356               <destFile>${sonar.jacoco.reportPath}</destFile>
1357             </configuration>
1358           </execution>
1359           <execution>
1360             <id>post-unit-test</id>
1361             <goals>
1362               <goal>report</goal>
1363             </goals>
1364             <configuration>
1365               <dataFile>${sonar.jacoco.reportPath}</dataFile>
1366             </configuration>
1367           </execution>
1368         </executions>
1369       </plugin>
1370     </plugins>
1371   </build>
1372
1373   <reporting>
1374     <plugins>
1375       <plugin>
1376         <artifactId>maven-checkstyle-plugin</artifactId>
1377         <version>${checkstyle.version}</version>
1378       </plugin>
1379
1380       <!-- FIXME: activate this
1381       <plugin>
1382         <artifactId>maven-project-info-reports-plugin</artifactId>
1383         <version>${projectinfo}</version>
1384       </plugin-->
1385       <plugin>
1386         <groupId>org.codehaus.mojo</groupId>
1387         <artifactId>findbugs-maven-plugin</artifactId>
1388         <configuration>
1389           <effort>Max</effort>
1390           <threshold>Low</threshold>
1391           <goal>site</goal>
1392         </configuration>
1393       </plugin>
1394       <plugin>
1395         <groupId>org.codehaus.mojo</groupId>
1396         <artifactId>jdepend-maven-plugin</artifactId>
1397         <reportSets>
1398           <reportSet>
1399             <reports>
1400               <report>generate-no-fork</report>
1401             </reports>
1402           </reportSet>
1403         </reportSets>
1404       </plugin>
1405     </plugins>
1406   </reporting>
1407
1408   <!--
1409     Maven Site Configuration
1410
1411     The following configuration is necessary for maven-site-plugin to
1412     correctly identify the correct deployment path for OpenDaylight Maven
1413     sites.
1414   -->
1415   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
1416
1417   <distributionManagement>
1418     <site>
1419       <id>opendaylight-site</id>
1420       <url>${nexus.site.url}/${project.artifactId}/</url>
1421     </site>
1422   </distributionManagement>
1423 </project>