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