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