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