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