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