0f4577bbf6ea5a7142f84e335829170190f6a31b
[controller.git] / opendaylight / commons / opendaylight / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5   <prerequisites>
6     <maven>3.0</maven>
7   </prerequisites>
8   <groupId>org.opendaylight.controller</groupId>
9   <artifactId>commons.opendaylight</artifactId>
10   <version>1.4.1-SNAPSHOT</version>
11   <packaging>pom</packaging>
12   <parent>
13     <groupId>org.opendaylight.controller</groupId>
14     <artifactId>commons.parent</artifactId>
15     <version>1.0.1-SNAPSHOT</version>
16     <relativePath>../parent</relativePath>
17   </parent>
18   <scm>
19     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
20     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
21     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
22     <tag>HEAD</tag>
23   </scm>
24
25   <properties>
26     <!-- Java Versions -->
27     <maven.compiler.source>1.7</maven.compiler.source>
28     <maven.compiler.target>1.7</maven.compiler.target>
29     <!-- ODL repository / plugin repository -->
30     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
31
32     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
33     <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
34     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
35     <siteplugin>3.2</siteplugin>
36     <projectinfo>2.6</projectinfo>
37     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
39     <compiler.version>2.3.2</compiler.version>
40     <surefire.version>2.15</surefire.version>
41     <failsafe.version>2.15</failsafe.version>
42     <exam.version>3.0.0</exam.version>
43     <url.version>1.5.0</url.version>
44     <enunciate.version>1.26.2</enunciate.version>
45     <sonar.branch>${user.name}-private-view</sonar.branch>
46     <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
47     <logback.version>1.0.9</logback.version>
48     <slf4j.version>1.7.2</slf4j.version>
49     <jackson.version>2.3.0</jackson.version>
50     <spring.version>3.1.3.RELEASE</spring.version>
51     <spring-security.version>3.1.3.RELEASE</spring-security.version>
52     <spring-osgi.version>1.2.1</spring-osgi.version>
53     <jersey.version>1.17</jersey.version>
54     <virgo.version>3.6.0.RELEASE</virgo.version>
55     <geminiweb.version>2.2.0.RELEASE</geminiweb.version>
56     <jolokia.version>1.1.4</jolokia.version>
57     <checkstyle.version>2.10</checkstyle.version>
58     <testvm.argLine>-Xmx1024m -XX:MaxPermSize=256m</testvm.argLine>
59     <guava.version>14.0.1</guava.version>
60     <osgi.core.version>5.0.0</osgi.core.version>
61     <ietf-inet-types.version>2010.09.24.2-SNAPSHOT</ietf-inet-types.version>
62     <ietf-yang-types.version>2010.09.24.2-SNAPSHOT</ietf-yang-types.version>
63     <ietf-topology.version>2013.10.21.0-SNAPSHOT</ietf-topology.version>
64     <opendaylight-l2-types.version>2013.08.27.2-SNAPSHOT</opendaylight-l2-types.version>
65     <yang-ext.version>2013.09.07.2-SNAPSHOT</yang-ext.version>
66     <javassist.version>3.17.1-GA</javassist.version>
67     <sample-toaster.version>1.0-SNAPSHOT</sample-toaster.version>
68     <releaseplugin.version>2.3.2</releaseplugin.version>
69     <commons.lang.version>3.1</commons.lang.version>
70     <jacoco.version>0.5.3.201107060350</jacoco.version>
71     <enforcer.version>1.3.1</enforcer.version>
72     <bundle.plugin.version>2.3.7</bundle.plugin.version>
73     <junit.version>4.8.1</junit.version>
74     <bgpcep.version>0.3.0-SNAPSHOT</bgpcep.version>
75     <yangtools.version>0.6.0-SNAPSHOT</yangtools.version>
76     <!--versions for bits of the controller -->
77     <controller.version>0.4.1-SNAPSHOT</controller.version>
78     <hosttracker.api.version>0.5.1-SNAPSHOT</hosttracker.api.version>
79     <hosttracker_new.api.version>0.4.1-SNAPSHOT</hosttracker_new.api.version>
80     <hosttracker.implementation.version>0.5.1-SNAPSHOT</hosttracker.implementation.version>
81     <arphandler.version>0.5.1-SNAPSHOT</arphandler.version>
82     <forwarding.staticrouting>0.5.1-SNAPSHOT</forwarding.staticrouting>
83     <samples.loadbalancer>0.5.1-SNAPSHOT</samples.loadbalancer>
84     <config.version>0.2.3-SNAPSHOT</config.version>
85     <netconf.version>0.2.3-SNAPSHOT</netconf.version>
86     <mdsal.version>1.0-SNAPSHOT</mdsal.version>
87     <containermanager.version>0.5.1-SNAPSHOT</containermanager.version>
88     <containermanager.it.version>0.5.1-SNAPSHOT</containermanager.it.version>
89     <switchmanager.api.version>0.7.0-SNAPSHOT</switchmanager.api.version>
90     <connectionmanager.version>0.1.1-SNAPSHOT</connectionmanager.version>
91     <sal.version>0.7.0-SNAPSHOT</sal.version>
92     <sal.networkconfiguration.version>0.0.2-SNAPSHOT</sal.networkconfiguration.version>
93     <sal.connection.version>0.1.1-SNAPSHOT</sal.connection.version>
94     <networkconfig.bridgedomain.northbound.version>0.0.2-SNAPSHOT</networkconfig.bridgedomain.northbound.version>
95     <commons.httpclient.version>0.1.1-SNAPSHOT</commons.httpclient.version>
96     <concepts.version>0.5.1-SNAPSHOT</concepts.version>
97     <protocol-framework.version>0.4.0-SNAPSHOT</protocol-framework.version>
98     <netty.version>4.0.10.Final</netty.version>
99     <commons.io.version>2.4</commons.io.version>
100     <bundlescanner.version>0.4.1-SNAPSHOT</bundlescanner.version>
101     <usermanager.version>0.4.1-SNAPSHOT</usermanager.version>
102     <forwardingrulesmanager.version>0.5.0-SNAPSHOT</forwardingrulesmanager.version>
103     <statisticsmanager.version>0.5.0-SNAPSHOT</statisticsmanager.version>
104     <clustering.services.version>0.5.0-SNAPSHOT</clustering.services.version>
105     <configuration.version>0.4.1-SNAPSHOT</configuration.version>
106     <topologymanager.version>0.4.1-SNAPSHOT</topologymanager.version>
107     <protocol_plugin.stub.version>0.4.1-SNAPSHOT</protocol_plugin.stub.version>
108     <clustering.stub.version>0.4.1-SNAPSHOT</clustering.stub.version>
109     <!-- Third party version -->
110     <jersey-servlet.version>1.17</jersey-servlet.version>
111     <corsfilter.version>7.0.42</corsfilter.version>
112     <!-- Northbound API version -->
113     <commons.northbound.version>0.4.1-SNAPSHOT</commons.northbound.version>
114     <!-- Sonar properties using jacoco to retrieve integration test results -->
115     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
116     <sonar.language>java</sonar.language>
117     <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
118     <java.version.source>1.7</java.version.source>
119     <java.version.target>1.7</java.version.target>
120     <!-- enforcer version -->
121     <enforcer.version>1.3.1</enforcer.version>
122   </properties>
123
124   <dependencyManagement>
125     <dependencies>
126       <dependency>
127         <groupId>junit</groupId>
128         <artifactId>junit</artifactId>
129         <version>${junit.version}</version>
130         <scope>test</scope>
131       </dependency>
132       <dependency>
133         <groupId>org.slf4j</groupId>
134         <artifactId>jcl-over-slf4j</artifactId>
135         <version>${slf4j.version}</version>
136       </dependency>
137       <dependency>
138         <groupId>org.osgi</groupId>
139         <artifactId>org.osgi.core</artifactId>
140         <version>${osgi.core.version}</version>
141         <scope>provided</scope>
142       </dependency>
143       <dependency>
144         <groupId>org.slf4j</groupId>
145         <artifactId>slf4j-api</artifactId>
146         <version>${slf4j.version}</version>
147         <scope>compile</scope>
148       </dependency>
149       <dependency>
150         <groupId>org.slf4j</groupId>
151         <artifactId>log4j-over-slf4j</artifactId>
152         <version>${slf4j.version}</version>
153       </dependency>
154       <dependency>
155         <groupId>ch.qos.logback</groupId>
156         <artifactId>logback-core</artifactId>
157         <version>${logback.version}</version>
158       </dependency>
159       <dependency>
160         <groupId>ch.qos.logback</groupId>
161         <artifactId>logback-classic</artifactId>
162         <version>${logback.version}</version>
163       </dependency>
164
165      <dependency>
166        <groupId>com.fasterxml.jackson.core</groupId>
167        <artifactId>jackson-annotations</artifactId>
168        <version>${jackson.version}</version>
169      </dependency>
170
171      <dependency>
172        <groupId>com.fasterxml.jackson.core</groupId>
173        <artifactId>jackson-core</artifactId>
174        <version>${jackson.version}</version>
175      </dependency>
176
177      <dependency>
178        <groupId>com.fasterxml.jackson.core</groupId>
179        <artifactId>jackson-databind</artifactId>
180        <version>${jackson.version}</version>
181      </dependency>
182
183      <dependency>
184         <groupId>com.fasterxml.jackson.jaxrs</groupId>
185         <artifactId>jackson-jaxrs-base</artifactId>
186         <version>${jackson.version}</version>
187      </dependency>
188
189     <dependency>
190         <groupId>com.fasterxml.jackson.jaxrs</groupId>
191         <artifactId>jackson-jaxrs-json-provider</artifactId>
192         <version>${jackson.version}</version>
193      </dependency>
194
195      <dependency>
196         <groupId>com.fasterxml.jackson.module</groupId>
197         <artifactId>jackson-module-jaxb-annotations</artifactId>
198         <version>${jackson.version}</version>
199      </dependency>
200
201       <dependency>
202         <groupId>org.codehaus.jettison</groupId>
203         <artifactId>jettison</artifactId>
204         <version>1.3.3</version>
205       </dependency>
206       <dependency>
207         <groupId>com.google.guava</groupId>
208         <artifactId>guava</artifactId>
209         <version>${guava.version}</version>
210       </dependency>
211       <dependency>
212         <groupId>org.javassist</groupId>
213         <artifactId>javassist</artifactId>
214         <version>${javassist.version}</version>
215       </dependency>
216       <dependency>
217         <groupId>commons-io</groupId>
218         <artifactId>commons-io</artifactId>
219         <version>${commons.io.version}</version>
220       </dependency>
221       <dependency>
222         <groupId>commons-codec</groupId>
223         <artifactId>commons-codec</artifactId>
224         <version>1.7</version>
225       </dependency>
226       <dependency>
227         <groupId>org.apache.commons</groupId>
228         <artifactId>commons-lang3</artifactId>
229         <version>${commons.lang.version}</version>
230       </dependency>
231       <dependency>
232         <groupId>commons-fileupload</groupId>
233         <artifactId>commons-fileupload</artifactId>
234         <version>1.2.2</version>
235       </dependency>
236       <dependency>
237         <groupId>commons-net</groupId>
238         <artifactId>commons-net</artifactId>
239         <version>3.0.1</version>
240       </dependency>
241       <dependency>
242         <groupId>equinoxSDK381</groupId>
243         <artifactId>javax.servlet</artifactId>
244         <version>3.0.0.v201112011016</version>
245       </dependency>
246       <dependency>
247         <groupId>equinoxSDK381</groupId>
248         <artifactId>javax.servlet.jsp</artifactId>
249         <version>2.2.0.v201112011158</version>
250       </dependency>
251       <dependency>
252         <groupId>equinoxSDK381</groupId>
253         <artifactId>org.eclipse.equinox.ds</artifactId>
254         <version>1.4.0.v20120522-1841</version>
255       </dependency>
256       <dependency>
257         <groupId>equinoxSDK381</groupId>
258         <artifactId>org.eclipse.equinox.util</artifactId>
259         <version>1.0.400.v20120522-2049</version>
260       </dependency>
261       <dependency>
262         <groupId>equinoxSDK381</groupId>
263         <artifactId>org.eclipse.osgi.services</artifactId>
264         <version>3.3.100.v20120522-1822</version>
265       </dependency>
266       <dependency>
267         <groupId>equinoxSDK381</groupId>
268         <artifactId>org.eclipse.osgi</artifactId>
269         <version>3.8.1.v20120830-144521</version>
270       </dependency>
271       <dependency>
272         <groupId>equinoxSDK381</groupId>
273         <artifactId>org.apache.felix.gogo.command</artifactId>
274         <version>0.8.0.v201108120515</version>
275       </dependency>
276       <dependency>
277         <groupId>equinoxSDK381</groupId>
278         <artifactId>org.apache.felix.gogo.runtime</artifactId>
279         <version>0.8.0.v201108120515</version>
280       </dependency>
281       <dependency>
282         <groupId>equinoxSDK381</groupId>
283         <artifactId>org.apache.felix.gogo.shell</artifactId>
284         <version>0.8.0.v201110170705</version>
285       </dependency>
286       <dependency>
287         <groupId>equinoxSDK381</groupId>
288         <artifactId>org.eclipse.equinox.cm</artifactId>
289         <version>1.0.400.v20120522-1841</version>
290       </dependency>
291       <dependency>
292         <groupId>equinoxSDK381</groupId>
293         <artifactId>org.eclipse.equinox.console</artifactId>
294         <version>1.0.0.v20120522-1841</version>
295       </dependency>
296       <dependency>
297         <groupId>equinoxSDK381</groupId>
298         <artifactId>org.eclipse.equinox.launcher</artifactId>
299         <version>1.3.0.v20120522-1813</version>
300       </dependency>
301       <!-- Gemini Web -->
302       <dependency>
303         <groupId>geminiweb</groupId>
304         <artifactId>org.eclipse.gemini.web.core</artifactId>
305         <version>${geminiweb.version}</version>
306       </dependency>
307       <dependency>
308         <groupId>geminiweb</groupId>
309         <artifactId>org.eclipse.gemini.web.extender</artifactId>
310         <version>${geminiweb.version}</version>
311       </dependency>
312       <dependency>
313         <groupId>geminiweb</groupId>
314         <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
315         <version>${geminiweb.version}</version>
316       </dependency>
317       <dependency>
318         <groupId>geminiweb</groupId>
319         <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
320         <version>${virgo.version}</version>
321       </dependency>
322       <dependency>
323         <groupId>geminiweb</groupId>
324         <artifactId>org.eclipse.virgo.util.common</artifactId>
325         <version>${virgo.version}</version>
326       </dependency>
327       <dependency>
328         <groupId>geminiweb</groupId>
329         <artifactId>org.eclipse.virgo.util.io</artifactId>
330         <version>${virgo.version}</version>
331       </dependency>
332       <dependency>
333         <groupId>geminiweb</groupId>
334         <artifactId>org.eclipse.virgo.util.math</artifactId>
335         <version>${virgo.version}</version>
336       </dependency>
337       <dependency>
338         <groupId>geminiweb</groupId>
339         <artifactId>org.eclipse.virgo.util.osgi</artifactId>
340         <version>${virgo.version}</version>
341       </dependency>
342       <dependency>
343         <groupId>geminiweb</groupId>
344         <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
345         <version>${virgo.version}</version>
346       </dependency>
347       <dependency>
348         <groupId>geminiweb</groupId>
349         <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
350         <version>${virgo.version}</version>
351       </dependency>
352       <dependency>
353         <groupId>org.apache.felix</groupId>
354         <artifactId>org.apache.felix.dependencymanager</artifactId>
355         <version>3.1.0</version>
356       </dependency>
357       <dependency>
358         <groupId>org.apache.felix</groupId>
359         <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
360         <version>3.0.1</version>
361       </dependency>
362       <dependency>
363         <groupId>com.google.code.gson</groupId>
364         <artifactId>gson</artifactId>
365         <version>2.2.4</version>
366       </dependency>
367       <dependency>
368         <groupId>org.jboss.spec.javax.transaction</groupId>
369         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
370         <version>1.0.1.Final</version>
371       </dependency>
372       <dependency>
373         <groupId>org.apache.felix</groupId>
374         <artifactId>org.apache.felix.fileinstall</artifactId>
375         <version>3.1.6</version>
376       </dependency>
377       <dependency>
378         <groupId>virgomirror</groupId>
379         <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
380         <version>3.8.0.I20120518-2145</version>
381       </dependency>
382       <dependency>
383         <groupId>eclipselink</groupId>
384         <artifactId>javax.persistence</artifactId>
385         <version>2.0.4.v201112161009</version>
386       </dependency>
387       <dependency>
388         <groupId>orbit</groupId>
389         <artifactId>javax.activation</artifactId>
390         <version>1.1.0.v201211130549</version>
391       </dependency>
392       <dependency>
393         <groupId>orbit</groupId>
394         <artifactId>javax.annotation</artifactId>
395         <version>1.1.0.v201209060031</version>
396       </dependency>
397       <dependency>
398         <groupId>orbit</groupId>
399         <artifactId>javax.ejb</artifactId>
400         <version>3.1.1.v201204261316</version>
401       </dependency>
402       <dependency>
403         <groupId>orbit</groupId>
404         <artifactId>javax.el</artifactId>
405         <version>2.2.0.v201108011116</version>
406       </dependency>
407       <dependency>
408         <groupId>orbit</groupId>
409         <artifactId>javax.mail.glassfish</artifactId>
410         <version>1.4.1.v201108011116</version>
411       </dependency>
412       <dependency>
413         <groupId>orbit</groupId>
414         <artifactId>javax.xml.rpc</artifactId>
415         <version>1.1.0.v201005080400</version>
416       </dependency>
417       <dependency>
418         <groupId>orbit</groupId>
419         <artifactId>org.apache.catalina</artifactId>
420         <version>7.0.32.v201211201336</version>
421       </dependency>
422       <dependency>
423         <groupId>orbit</groupId>
424         <artifactId>org.apache.catalina.ha</artifactId>
425         <version>7.0.32.v201211201952</version>
426       </dependency>
427       <dependency>
428         <groupId>orbit</groupId>
429         <artifactId>org.apache.catalina.tribes</artifactId>
430         <version>7.0.32.v201211201952</version>
431       </dependency>
432       <dependency>
433         <groupId>orbit</groupId>
434         <artifactId>org.apache.coyote</artifactId>
435         <version>7.0.32.v201211201952</version>
436       </dependency>
437       <dependency>
438         <groupId>orbit</groupId>
439         <artifactId>org.apache.el</artifactId>
440         <version>7.0.32.v201211081135</version>
441       </dependency>
442       <dependency>
443         <groupId>orbit</groupId>
444         <artifactId>org.apache.jasper</artifactId>
445         <version>7.0.32.v201211201952</version>
446       </dependency>
447       <dependency>
448         <groupId>orbit</groupId>
449         <artifactId>org.apache.juli.extras</artifactId>
450         <version>7.0.32.v201211081135</version>
451       </dependency>
452       <dependency>
453         <groupId>orbit</groupId>
454         <artifactId>org.apache.tomcat.api</artifactId>
455         <version>7.0.32.v201211081135</version>
456       </dependency>
457       <dependency>
458         <groupId>orbit</groupId>
459         <artifactId>org.apache.tomcat.util</artifactId>
460         <version>7.0.32.v201211201952</version>
461       </dependency>
462       <dependency>
463         <groupId>orbit</groupId>
464         <artifactId>javax.servlet.jsp.jstl</artifactId>
465         <version>1.2.0.v201105211821</version>
466       </dependency>
467       <dependency>
468         <groupId>orbit</groupId>
469         <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
470         <version>1.2.0.v201210211230</version>
471       </dependency>
472       <dependency>
473         <groupId>eclipselink</groupId>
474         <artifactId>javax.resource</artifactId>
475         <version>1.5.0.v200906010428</version>
476       </dependency>
477       <!-- Add Pax Exam -->
478       <dependency>
479         <groupId>org.ops4j.pax.exam</groupId>
480         <artifactId>pax-exam-container-native</artifactId>
481         <version>${exam.version}</version>
482         <scope>test</scope>
483       </dependency>
484       <dependency>
485         <groupId>org.ops4j.pax.exam</groupId>
486         <artifactId>pax-exam-junit4</artifactId>
487         <version>${exam.version}</version>
488         <scope>test</scope>
489       </dependency>
490       <dependency>
491         <groupId>org.ops4j.pax.exam</groupId>
492         <artifactId>pax-exam-link-mvn</artifactId>
493         <version>${exam.version}</version>
494         <scope>test</scope>
495       </dependency>
496       <dependency>
497         <groupId>org.ops4j.pax.url</groupId>
498         <artifactId>pax-url-aether</artifactId>
499         <version>${url.version}</version>
500         <scope>test</scope>
501       </dependency>
502       <dependency>
503         <groupId>org.springframework</groupId>
504         <artifactId>org.springframework.asm</artifactId>
505         <version>${spring.version}</version>
506       </dependency>
507       <dependency>
508         <groupId>org.springframework</groupId>
509         <artifactId>org.springframework.aop</artifactId>
510         <version>${spring.version}</version>
511       </dependency>
512       <dependency>
513         <groupId>org.springframework</groupId>
514         <artifactId>org.springframework.context</artifactId>
515         <version>${spring.version}</version>
516       </dependency>
517       <dependency>
518         <groupId>org.springframework</groupId>
519         <artifactId>org.springframework.context.support</artifactId>
520         <version>${spring.version}</version>
521       </dependency>
522       <dependency>
523         <groupId>org.springframework</groupId>
524         <artifactId>org.springframework.core</artifactId>
525         <version>${spring.version}</version>
526       </dependency>
527       <dependency>
528         <groupId>org.springframework</groupId>
529         <artifactId>org.springframework.beans</artifactId>
530         <version>${spring.version}</version>
531       </dependency>
532       <dependency>
533         <groupId>org.springframework</groupId>
534         <artifactId>org.springframework.expression</artifactId>
535         <version>${spring.version}</version>
536       </dependency>
537       <dependency>
538         <groupId>org.springframework</groupId>
539         <artifactId>org.springframework.web</artifactId>
540         <version>${spring.version}</version>
541       </dependency>
542       <dependency>
543         <groupId>org.aopalliance</groupId>
544         <artifactId>com.springsource.org.aopalliance</artifactId>
545         <version>1.0.0</version>
546       </dependency>
547       <dependency>
548         <groupId>org.springframework</groupId>
549         <artifactId>org.springframework.web.servlet</artifactId>
550         <version>${spring.version}</version>
551       </dependency>
552
553       <dependency>
554         <groupId>org.springframework.osgi</groupId>
555         <artifactId>spring-osgi-mock</artifactId>
556         <version>${spring-osgi.version}</version>
557         <scope>test</scope>
558       </dependency>
559
560       <!-- Spring security -->
561       <dependency>
562         <groupId>org.springframework.security</groupId>
563         <artifactId>spring-security-config</artifactId>
564         <version>${spring-security.version}</version>
565       </dependency>
566       <dependency>
567         <groupId>org.springframework.security</groupId>
568         <artifactId>spring-security-core</artifactId>
569         <version>${spring-security.version}</version>
570       </dependency>
571       <dependency>
572         <groupId>org.springframework.security</groupId>
573         <artifactId>spring-security-web</artifactId>
574         <version>${spring-security.version}</version>
575       </dependency>
576       <dependency>
577         <groupId>org.springframework.security</groupId>
578         <artifactId>spring-security-taglibs</artifactId>
579         <version>${spring-security.version}</version>
580       </dependency>
581       <dependency>
582         <groupId>org.springframework</groupId>
583         <artifactId>org.springframework.transaction</artifactId>
584         <version>${spring-security.version}</version>
585       </dependency>
586       <!-- Visual VM hook -->
587       <dependency>
588         <groupId>org.ow2.chameleon.management</groupId>
589         <artifactId>chameleon-mbeans</artifactId>
590         <version>1.0.0</version>
591       </dependency>
592       <!-- Jersey for JAXRS -->
593       <dependency>
594         <groupId>com.sun.jersey</groupId>
595         <artifactId>jersey-core</artifactId>
596         <version>${jersey.version}</version>
597       </dependency>
598       <dependency>
599         <groupId>com.sun.jersey</groupId>
600         <artifactId>jersey-server</artifactId>
601         <version>${jersey.version}</version>
602       </dependency>
603       <dependency>
604         <groupId>com.sun.jersey</groupId>
605         <artifactId>jersey-client</artifactId>
606         <version>${jersey.version}</version>
607       </dependency>
608
609       <dependency>
610         <groupId>org.ow2.asm</groupId>
611         <artifactId>asm-all</artifactId>
612         <version>4.1</version>
613       </dependency>
614       <dependency>
615         <groupId>org.eclipse.persistence</groupId>
616         <artifactId>org.eclipse.persistence.moxy</artifactId>
617         <version>2.5.0</version>
618       </dependency>
619       <dependency>
620         <groupId>org.eclipse.persistence</groupId>
621         <artifactId>org.eclipse.persistence.core</artifactId>
622         <version>2.5.0</version>
623       </dependency>
624       <dependency>
625         <groupId>org.eclipse.persistence</groupId>
626         <artifactId>org.eclipse.persistence.antlr</artifactId>
627         <version>2.5.0</version>
628       </dependency>
629       <!-- Third parties from opendaylight released -->
630       <dependency>
631         <groupId>org.opendaylight.controller.thirdparty</groupId>
632         <artifactId>net.sf.jung2</artifactId>
633         <version>2.0.1</version>
634       </dependency>
635       <dependency>
636         <groupId>org.opendaylight.controller.thirdparty</groupId>
637         <artifactId>org.openflow.openflowj</artifactId>
638         <version>1.0.2</version>
639       </dependency>
640       <dependency>
641         <groupId>org.opendaylight.controller.thirdparty</groupId>
642         <artifactId>com.sun.jersey.jersey-servlet</artifactId>
643         <version>${jersey-servlet.version}</version>
644       </dependency>
645       <dependency>
646         <groupId>org.opendaylight.controller.thirdparty</groupId>
647         <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
648         <version>${corsfilter.version}</version>
649       </dependency>
650       <dependency>
651         <groupId>org.opendaylight.controller.thirdparty</groupId>
652         <artifactId>ganymed</artifactId>
653         <version>1.0-SNAPSHOT</version>
654       </dependency>
655       <dependency>
656         <groupId>com.google.code.findbugs</groupId>
657         <artifactId>jsr305</artifactId>
658         <version>2.0.1</version>
659       </dependency>
660       <dependency>
661         <groupId>org.opendaylight.yangtools</groupId>
662         <artifactId>mockito-configuration</artifactId>
663         <version>${yangtools.version}</version>
664         <scope>test</scope>
665       </dependency>
666       <!-- yang model dependencies -->
667       <dependency>
668        <groupId>org.opendaylight.yangtools.model</groupId>
669        <artifactId>ietf-inet-types</artifactId>
670        <version>${ietf-inet-types.version}</version>
671       </dependency>
672       <dependency>
673        <groupId>org.opendaylight.yangtools.model</groupId>
674        <artifactId>ietf-yang-types</artifactId>
675        <version>${ietf-yang-types.version}</version>
676       </dependency>
677       <dependency>
678        <groupId>org.opendaylight.yangtools.model</groupId>
679        <artifactId>ietf-topology</artifactId>
680        <version>${ietf-topology.version}</version>
681       </dependency>
682       <dependency>
683        <groupId>org.opendaylight.yangtools.model</groupId>
684        <artifactId>opendaylight-l2-types</artifactId>
685        <version>${opendaylight-l2-types.version}</version>
686       </dependency>
687       <dependency>
688        <groupId>org.opendaylight.yangtools.model</groupId>
689        <artifactId>yang-ext</artifactId>
690        <version>${yang-ext.version}</version>
691       </dependency>
692
693       <dependency>
694         <groupId>org.opendaylight.controller</groupId>
695         <artifactId>protocol-framework</artifactId>
696         <version>${protocol-framework.version}</version>
697       </dependency>
698       <dependency>
699         <groupId>org.opendaylight.yangtools</groupId>
700         <artifactId>concepts</artifactId>
701         <version>${yangtools.version}</version>
702       </dependency>
703
704         <!--Netty-->
705         <dependency>
706             <groupId>io.netty</groupId>
707             <artifactId>netty-handler</artifactId>
708             <version>${netty.version}</version>
709         </dependency>
710         <dependency>
711             <groupId>io.netty</groupId>
712             <artifactId>netty-codec</artifactId>
713             <version>${netty.version}</version>
714         </dependency>
715         <dependency>
716             <groupId>io.netty</groupId>
717             <artifactId>netty-buffer</artifactId>
718             <version>${netty.version}</version>
719         </dependency>
720         <dependency>
721             <groupId>io.netty</groupId>
722             <artifactId>netty-transport</artifactId>
723             <version>${netty.version}</version>
724         </dependency>
725         <dependency>
726             <groupId>io.netty</groupId>
727             <artifactId>netty-common</artifactId>
728             <version>${netty.version}</version>
729         </dependency>
730
731       <!-- yangtools dependencies -->
732       <dependency>
733        <groupId>org.opendaylight.yangtools</groupId>
734        <artifactId>yang-binding</artifactId>
735        <version>${yangtools.version}</version>
736       </dependency>
737       <dependency>
738        <groupId>org.opendaylight.yangtools</groupId>
739        <artifactId>yang-common</artifactId>
740        <version>${yangtools.version}</version>
741       </dependency>
742       <dependency>
743        <groupId>org.opendaylight.yangtools</groupId>
744        <artifactId>yang-data-api</artifactId>
745        <version>${yangtools.version}</version>
746       </dependency>
747       <dependency>
748         <groupId>org.opendaylight.yangtools</groupId>
749         <artifactId>yang-data-impl</artifactId>
750         <version>${yangtools.version}</version>
751       </dependency>
752       <dependency>
753        <groupId>org.opendaylight.yangtools</groupId>
754        <artifactId>yang-data-util</artifactId>
755        <version>${yangtools.version}</version>
756       </dependency>
757       <dependency>
758        <groupId>org.opendaylight.yangtools</groupId>
759        <artifactId>yang-model-api</artifactId>
760        <version>${yangtools.version}</version>
761       </dependency>
762       <dependency>
763         <groupId>org.opendaylight.controller</groupId>
764         <artifactId>hosttracker</artifactId>
765         <version>${hosttracker.api.version}</version>
766       </dependency>
767       <dependency>
768         <groupId>org.opendaylight.controller</groupId>
769         <artifactId>hosttracker.implementation</artifactId>
770         <version>${hosttracker.implementation.version}</version>
771       </dependency>
772       <dependency>
773         <groupId>org.opendaylight.controller</groupId>
774         <artifactId>hosttracker_new</artifactId>
775         <version>${hosttracker_new.api.version}</version>
776       </dependency>
777       <dependency>
778         <groupId>org.opendaylight.controller</groupId>
779         <artifactId>forwarding.staticrouting</artifactId>
780         <version>${forwarding.staticrouting}</version>
781       </dependency>
782       <dependency>
783         <groupId>org.opendaylight.controller</groupId>
784         <artifactId>clustering.services</artifactId>
785         <version>${clustering.services.version}</version>
786       </dependency>
787       <dependency>
788         <groupId>org.opendaylight.controller</groupId>
789         <artifactId>clustering.services-implementation</artifactId>
790         <version>${controller.version}</version>
791       </dependency>
792       <dependency>
793         <groupId>org.opendaylight.controller</groupId>
794         <artifactId>clustering.stub</artifactId>
795         <version>${clustering.stub.version}</version>
796       </dependency>
797       <dependency>
798         <groupId>org.opendaylight.controller</groupId>
799         <artifactId>configuration</artifactId>
800         <version>${controller.version}</version>
801       </dependency>
802       <dependency>
803         <groupId>org.opendaylight.controller</groupId>
804         <artifactId>configuration.implementation</artifactId>
805         <version>${controller.version}</version>
806       </dependency>
807       <dependency>
808         <groupId>org.opendaylight.controller</groupId>
809         <artifactId>routing.dijkstra_implementation</artifactId>
810         <version>${controller.version}</version>
811       </dependency>
812       <dependency>
813         <groupId>org.opendaylight.controller</groupId>
814         <artifactId>arphandler</artifactId>
815         <version>${arphandler.version}</version>
816       </dependency>
817       <dependency>
818         <groupId>org.opendaylight.controller</groupId>
819         <artifactId>containermanager</artifactId>
820         <version>${containermanager.version}</version>
821       </dependency>
822       <dependency>
823         <groupId>org.opendaylight.controller</groupId>
824         <artifactId>containermanager.implementation</artifactId>
825         <version>${containermanager.version}</version>
826       </dependency>
827       <dependency>
828         <groupId>org.opendaylight.controller</groupId>
829         <artifactId>containermanager.it.implementation</artifactId>
830         <version>${containermanager.it.version}</version>
831       </dependency>
832       <dependency>
833         <groupId>org.opendaylight.controller</groupId>
834         <artifactId>appauth</artifactId>
835         <version>${controller.version}</version>
836       </dependency>
837       <dependency>
838         <groupId>org.opendaylight.controller</groupId>
839         <artifactId>switchmanager</artifactId>
840         <version>${switchmanager.api.version}</version>
841       </dependency>
842       <dependency>
843         <groupId>org.opendaylight.controller</groupId>
844         <artifactId>switchmanager.implementation</artifactId>
845         <version>${controller.version}</version>
846       </dependency>
847       <dependency>
848         <groupId>org.opendaylight.controller</groupId>
849         <artifactId>statisticsmanager</artifactId>
850         <version>${statisticsmanager.version}</version>
851       </dependency>
852       <dependency>
853         <groupId>org.opendaylight.controller</groupId>
854         <artifactId>statisticsmanager.implementation</artifactId>
855         <version>${controller.version}</version>
856       </dependency>
857       <dependency>
858         <groupId>org.opendaylight.controller</groupId>
859         <artifactId>topologymanager</artifactId>
860         <version>${topologymanager.version}</version>
861       </dependency>
862       <dependency>
863         <groupId>org.opendaylight.controller</groupId>
864         <artifactId>usermanager</artifactId>
865         <version>${usermanager.version}</version>
866       </dependency>
867       <dependency>
868         <groupId>org.opendaylight.controller</groupId>
869         <artifactId>usermanager.implementation</artifactId>
870         <version>${usermanager.version}</version>
871       </dependency>
872       <dependency>
873         <groupId>org.opendaylight.controller</groupId>
874         <artifactId>connectionmanager</artifactId>
875         <version>${connectionmanager.version}</version>
876       </dependency>
877       <dependency>
878         <groupId>org.opendaylight.controller</groupId>
879         <artifactId>connectionmanager.implementation</artifactId>
880         <version>${connectionmanager.version}</version>
881       </dependency>
882       <dependency>
883         <groupId>org.opendaylight.controller</groupId>
884         <artifactId>security</artifactId>
885         <version>${controller.version}</version>
886       </dependency>
887       <dependency>
888         <groupId>org.opendaylight.controller</groupId>
889         <artifactId>forwardingrulesmanager</artifactId>
890         <version>${forwardingrulesmanager.version}</version>
891       </dependency>
892       <dependency>
893         <groupId>org.opendaylight.controller</groupId>
894         <artifactId>forwardingrulesmanager.implementation</artifactId>
895         <version>${controller.version}</version>
896       </dependency>
897
898       <!-- SAL bundles -->
899       <dependency>
900         <groupId>org.opendaylight.controller</groupId>
901         <artifactId>sal</artifactId>
902         <version>${sal.version}</version>
903       </dependency>
904       <dependency>
905         <groupId>org.opendaylight.controller</groupId>
906         <artifactId>sal.implementation</artifactId>
907         <version>${controller.version}</version>
908       </dependency>
909
910       <!-- SAL Extension bundles -->
911       <dependency>
912         <groupId>org.opendaylight.controller</groupId>
913         <artifactId>sal.connection</artifactId>
914         <version>${sal.connection.version}</version>
915       </dependency>
916       <dependency>
917         <groupId>org.opendaylight.controller</groupId>
918         <artifactId>sal.connection.implementation</artifactId>
919         <version>${sal.connection.version}</version>
920       </dependency>
921       <dependency>
922         <groupId>org.opendaylight.controller</groupId>
923         <artifactId>sal.networkconfiguration</artifactId>
924         <version>${sal.networkconfiguration.version}</version>
925       </dependency>
926       <dependency>
927         <groupId>org.opendaylight.controller</groupId>
928         <artifactId>sal.networkconfiguration.implementation</artifactId>
929         <version>${sal.networkconfiguration.version}</version>
930       </dependency>
931
932       <!--  Web bundles -->
933       <dependency>
934         <groupId>org.opendaylight.controller</groupId>
935         <artifactId>web</artifactId>
936         <version>${controller.version}</version>
937       </dependency>
938       <dependency>
939         <groupId>org.opendaylight.controller</groupId>
940         <artifactId>flows.web</artifactId>
941         <version>${controller.version}</version>
942       </dependency>
943       <dependency>
944         <groupId>org.opendaylight.controller</groupId>
945         <artifactId>devices.web</artifactId>
946         <version>${controller.version}</version>
947       </dependency>
948       <dependency>
949         <groupId>org.opendaylight.controller</groupId>
950         <artifactId>troubleshoot.web</artifactId>
951         <version>${controller.version}</version>
952       </dependency>
953       <dependency>
954         <groupId>org.opendaylight.controller</groupId>
955         <artifactId>topology.web</artifactId>
956         <version>${controller.version}</version>
957       </dependency>
958       <dependency>
959         <groupId>org.opendaylight.controller</groupId>
960         <artifactId>osgi-brandfragment.web</artifactId>
961         <version>0.0.1-SNAPSHOT</version>
962       </dependency>
963
964       <!--  Neutron -->
965       <dependency>
966         <groupId>org.opendaylight.controller</groupId>
967         <artifactId>networkconfig.neutron</artifactId>
968         <version>${controller.version}</version>
969       </dependency>
970       <dependency>
971         <groupId>org.opendaylight.controller</groupId>
972         <artifactId>networkconfig.neutron.implementation</artifactId>
973         <version>${controller.version}</version>
974       </dependency>
975       <dependency>
976         <groupId>org.opendaylight.controller</groupId>
977         <artifactId>networkconfig.neutron.northbound</artifactId>
978         <version>${controller.version}</version>
979       </dependency>
980
981       <!-- Northbound bundles -->
982       <dependency>
983         <groupId>org.opendaylight.controller</groupId>
984         <artifactId>commons.northbound</artifactId>
985         <version>${controller.version}</version>
986       </dependency>
987       <dependency>
988         <groupId>org.opendaylight.controller</groupId>
989         <artifactId>bundlescanner</artifactId>
990         <version>${bundlescanner.version}</version>
991       </dependency>
992       <dependency>
993         <groupId>org.opendaylight.controller</groupId>
994         <artifactId>bundlescanner.implementation</artifactId>
995         <version>${bundlescanner.version}</version>
996       </dependency>
997       <dependency>
998         <groupId>org.opendaylight.controller</groupId>
999         <artifactId>topology.northbound</artifactId>
1000         <version>${controller.version}</version>
1001       </dependency>
1002       <dependency>
1003         <groupId>org.opendaylight.controller</groupId>
1004         <artifactId>forwarding.staticrouting.northbound</artifactId>
1005         <version>${controller.version}</version>
1006       </dependency>
1007       <dependency>
1008         <groupId>org.opendaylight.controller</groupId>
1009         <artifactId>statistics.northbound</artifactId>
1010         <version>${controller.version}</version>
1011       </dependency>
1012       <dependency>
1013         <groupId>org.opendaylight.controller</groupId>
1014         <artifactId>flowprogrammer.northbound</artifactId>
1015         <version>${controller.version}</version>
1016       </dependency>
1017       <dependency>
1018         <groupId>org.opendaylight.controller</groupId>
1019         <artifactId>hosttracker.northbound</artifactId>
1020         <version>${controller.version}</version>
1021       </dependency>
1022       <dependency>
1023         <groupId>org.opendaylight.controller</groupId>
1024         <artifactId>subnets.northbound</artifactId>
1025         <version>${controller.version}</version>
1026       </dependency>
1027       <dependency>
1028         <groupId>org.opendaylight.controller</groupId>
1029         <artifactId>switchmanager.northbound</artifactId>
1030         <version>${controller.version}</version>
1031       </dependency>
1032       <dependency>
1033         <groupId>org.opendaylight.controller</groupId>
1034         <artifactId>containermanager.northbound</artifactId>
1035         <version>${controller.version}</version>
1036       </dependency>
1037       <dependency>
1038         <groupId>org.opendaylight.controller</groupId>
1039         <artifactId>networkconfig.bridgedomain.northbound</artifactId>
1040         <version>${networkconfig.bridgedomain.northbound.version}</version>
1041       </dependency>
1042       <dependency>
1043         <groupId>org.opendaylight.controller</groupId>
1044         <artifactId>httpservice-bridge</artifactId>
1045         <version>0.0.1-SNAPSHOT</version>
1046       </dependency>
1047       <dependency>
1048         <groupId>org.opendaylight.controller</groupId>
1049         <artifactId>jolokia-bridge</artifactId>
1050         <version>0.0.1-SNAPSHOT</version>
1051       </dependency>
1052       <dependency>
1053         <groupId>org.opendaylight.controller</groupId>
1054         <artifactId>connectionmanager.northbound</artifactId>
1055         <version>${connectionmanager.version}</version>
1056       </dependency>
1057       <dependency>
1058         <groupId>org.opendaylight.controller</groupId>
1059         <artifactId>usermanager.northbound</artifactId>
1060         <version>0.0.1-SNAPSHOT</version>
1061       </dependency>
1062       <dependency>
1063         <groupId>org.opendaylight.controller</groupId>
1064         <artifactId>controllermanager.northbound</artifactId>
1065         <version>0.0.1-SNAPSHOT</version>
1066       </dependency>
1067       <!-- Debug and logging -->
1068       <dependency>
1069         <groupId>org.opendaylight.controller</groupId>
1070         <artifactId>logging.bridge</artifactId>
1071         <version>${controller.version}</version>
1072       </dependency>
1073
1074       <!-- Southbound bundles -->
1075       <dependency>
1076         <groupId>org.opendaylight.controller</groupId>
1077         <artifactId>protocol_plugins.openflow</artifactId>
1078         <version>${controller.version}</version>
1079       </dependency>
1080       <dependency>
1081         <groupId>org.opendaylight.controller</groupId>
1082         <artifactId>protocol_plugins.stub</artifactId>
1083         <version>${protocol_plugin.stub.version}</version>
1084       </dependency>
1085
1086       <!-- samples -->
1087       <dependency>
1088         <groupId>org.opendaylight.controller</groupId>
1089         <artifactId>samples.loadbalancer</artifactId>
1090         <version>${samples.loadbalancer}</version>
1091       </dependency>
1092       <dependency>
1093         <groupId>org.opendaylight.controller</groupId>
1094         <artifactId>samples.loadbalancer.northbound</artifactId>
1095         <version>${controller.version}</version>
1096       </dependency>
1097       <dependency>
1098         <groupId>org.opendaylight.controller</groupId>
1099         <artifactId>samples.simpleforwarding</artifactId>
1100         <version>${controller.version}</version>
1101       </dependency>
1102
1103       <!-- testing dependencies -->
1104       <dependency>
1105         <groupId>org.opendaylight.controller</groupId>
1106         <artifactId>clustering.test</artifactId>
1107         <version>${controller.version}</version>
1108       </dependency>
1109       <dependency>
1110         <groupId>org.opendaylight.controller</groupId>
1111         <artifactId>commons.httpclient</artifactId>
1112         <version>${commons.httpclient.version}</version>
1113       </dependency>
1114       <dependency>
1115         <groupId>org.opendaylight.controller</groupId>
1116         <artifactId>sanitytest</artifactId>
1117         <version>${controller.version}</version>
1118       </dependency>
1119
1120       <!-- equinox http service bridge -->
1121       <dependency>
1122         <groupId>org.eclipse.equinox.http</groupId>
1123         <artifactId>servlet</artifactId>
1124         <version>1.0.0-v20070606</version>
1125       </dependency>
1126       <!-- felix webconsole -->
1127       <dependency>
1128         <groupId>org.apache.felix</groupId>
1129         <artifactId>org.apache.felix.webconsole</artifactId>
1130         <version>4.2.0</version>
1131         <!-- the all bundle includes all the necessary plugins -->
1132         <classifier>all</classifier>
1133       </dependency>
1134       <dependency>
1135         <groupId>org.jolokia</groupId>
1136         <artifactId>jolokia-osgi</artifactId>
1137         <version>${jolokia.version}</version>
1138       </dependency>
1139       <dependency>
1140         <groupId>org.opendaylight.controller</groupId>
1141         <artifactId>commons.logback_settings</artifactId>
1142         <version>0.0.1-SNAPSHOT</version>
1143         <scope>test</scope>
1144       </dependency>
1145       <dependency>
1146         <groupId>org.codehaus.enunciate</groupId>
1147         <artifactId>enunciate-core-annotations</artifactId>
1148         <version>${enunciate.version}</version>
1149       </dependency>
1150     </dependencies>
1151   </dependencyManagement>
1152
1153   <pluginRepositories>
1154     <!-- OpenDayLight Repo Mirror -->
1155     <pluginRepository>
1156       <id>opendaylight-mirror</id>
1157       <name>opendaylight-mirror</name>
1158       <url>${nexusproxy}/groups/public/</url>
1159       <snapshots>
1160           <enabled>false</enabled>
1161       </snapshots>
1162       <releases>
1163           <enabled>true</enabled>
1164           <updatePolicy>never</updatePolicy>
1165       </releases>
1166     </pluginRepository>
1167     <!-- OpenDayLight Snapshot artifact -->
1168     <pluginRepository>
1169       <id>opendaylight-snapshot</id>
1170       <name>opendaylight-snapshot</name>
1171       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1172       <snapshots>
1173           <enabled>true</enabled>
1174       </snapshots>
1175       <releases>
1176           <enabled>false</enabled>
1177       </releases>
1178     </pluginRepository>
1179   </pluginRepositories>
1180
1181   <profiles>
1182     <profile>
1183       <id>IDE</id>
1184       <activation>
1185         <property>
1186           <name>m2e.version</name>
1187         </property>
1188       </activation>
1189       <build>
1190         <!-- Put the IDE's build output in a folder other than target, so that IDE builds don't interact with Maven builds -->
1191         <directory>target-ide</directory>
1192       </build>
1193     </profile>
1194     <profile>
1195       <id>viewbuild</id>
1196       <activation>
1197         <activeByDefault>true</activeByDefault>
1198       </activation>
1199       <properties>
1200         <build.suffix>${project.version}</build.suffix>
1201       </properties>
1202     </profile>
1203     <profile>
1204       <id>jenkins</id>
1205       <activation>
1206         <property>
1207           <name>BUILDSUFFIX</name>
1208         </property>
1209       </activation>
1210       <properties>
1211         <build.suffix>${BUILDSUFFIX}</build.suffix>
1212       </properties>
1213     </profile>
1214     <profile>
1215       <id>fastreassembly</id>
1216       <build>
1217         <plugins>
1218           <plugin>
1219             <groupId>org.apache.maven.plugins</groupId>
1220             <artifactId>maven-dependency-plugin</artifactId>
1221             <version>2.4</version>
1222             <executions>
1223               <execution>
1224                 <id>copyfastreassembly</id>
1225                 <phase>install</phase>
1226                 <goals>
1227                   <goal>copy</goal>
1228                 </goals>
1229                 <configuration>
1230                   <artifactItems>
1231                     <artifactItem>
1232                       <groupId>${project.groupId}</groupId>
1233                       <artifactId>${project.artifactId}</artifactId>
1234                       <version>${project.version}</version>
1235                       <destFileName>${project.groupId}.${project.artifactId}-${project.version}.jar</destFileName>
1236                     </artifactItem>
1237                   </artifactItems>
1238                   <outputDirectory>${fastreassembly.directory}</outputDirectory>
1239                 </configuration>
1240               </execution>
1241             </executions>
1242           </plugin>
1243         </plugins>
1244       </build>
1245     </profile>
1246   </profiles>
1247
1248   <repositories>
1249
1250     <!-- OpenDayLight Repo Mirror -->
1251     <repository>
1252       <id>opendaylight-mirror</id>
1253       <name>opendaylight-mirror</name>
1254       <url>${nexusproxy}/groups/public/</url>
1255       <snapshots>
1256           <enabled>false</enabled>
1257       </snapshots>
1258       <releases>
1259           <enabled>true</enabled>
1260           <updatePolicy>never</updatePolicy>
1261       </releases>
1262     </repository>
1263     <!-- OpenDayLight Snapshot artifact -->
1264     <repository>
1265       <id>opendaylight-snapshot</id>
1266       <name>opendaylight-snapshot</name>
1267       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1268       <snapshots>
1269           <enabled>true</enabled>
1270       </snapshots>
1271       <releases>
1272           <enabled>false</enabled>
1273       </releases>
1274     </repository>
1275   </repositories>
1276   <distributionManagement>
1277     <!-- OpenDayLight Released artifact -->
1278     <repository>
1279       <id>opendaylight-release</id>
1280       <url>${nexusproxy}/repositories/opendaylight.release/</url>
1281     </repository>
1282     <!-- OpenDayLight Snapshot artifact -->
1283     <snapshotRepository>
1284       <id>opendaylight-snapshot</id>
1285       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
1286     </snapshotRepository>
1287     <!-- Site deployment -->
1288     <site>
1289       <id>website</id>
1290       <url>${sitedeploy}</url>
1291     </site>
1292   </distributionManagement>
1293
1294   <reporting>
1295     <excludeDefaults>true</excludeDefaults>
1296     <outputDirectory>${project.build.directory}/site</outputDirectory>
1297     <plugins>
1298       <plugin>
1299         <groupId>org.apache.maven.plugins</groupId>
1300         <artifactId>maven-project-info-reports-plugin</artifactId>
1301         <version>${projectinfo}</version>
1302         <configuration>
1303           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
1304           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
1305         </configuration>
1306         <reportSets>
1307           <reportSet>
1308             <reports>
1309               <report>index</report>
1310               <report>project-team</report>
1311               <report>license</report>
1312               <report>mailing-list</report>
1313               <report>plugin-management</report>
1314               <report>cim</report>
1315               <report>issue-tracking</report>
1316               <report>scm</report>
1317               <report>summary</report>
1318             </reports>
1319           </reportSet>
1320         </reportSets>
1321       </plugin>
1322       <plugin>
1323         <groupId>org.apache.maven.plugins</groupId>
1324         <artifactId>maven-jxr-plugin</artifactId>
1325         <version>2.3</version>
1326         <configuration>
1327           <aggregate>true</aggregate>
1328           <linkJavadoc>true</linkJavadoc>
1329         </configuration>
1330       </plugin>
1331       <plugin>
1332         <groupId>org.apache.maven.plugins</groupId>
1333         <artifactId>maven-checkstyle-plugin</artifactId>
1334         <version>${checkstyle.version}</version>
1335       </plugin>
1336       <plugin>
1337         <groupId>org.apache.maven.plugins</groupId>
1338         <artifactId>maven-javadoc-plugin</artifactId>
1339         <version>2.8.1</version>
1340         <configuration>
1341           <doclet>org.jboss.apiviz.APIviz</doclet>
1342           <docletArtifact>
1343             <groupId>org.jboss.apiviz</groupId>
1344             <artifactId>apiviz</artifactId>
1345             <version>1.3.2.GA</version>
1346           </docletArtifact>
1347           <finalName>${project.artifactId}-${build.suffix}</finalName>
1348           <useStandardDocletOptions>true</useStandardDocletOptions>
1349           <charset>UTF-8</charset>
1350           <encoding>UTF-8</encoding>
1351           <docencoding>UTF-8</docencoding>
1352           <breakiterator>true</breakiterator>
1353           <version>true</version>
1354           <author>true</author>
1355           <keywords>true</keywords>
1356           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
1357         </configuration>
1358       </plugin>
1359     </plugins>
1360   </reporting>
1361
1362   <build>
1363     <plugins>
1364       <plugin>
1365         <groupId>org.apache.maven.plugins</groupId>
1366         <artifactId>maven-checkstyle-plugin</artifactId>
1367         <version>${checkstyle.version}</version>
1368         <dependencies>
1369           <dependency>
1370             <groupId>org.opendaylight.controller</groupId>
1371             <artifactId>checkstyle</artifactId>
1372             <version>0.0.2-SNAPSHOT</version>
1373           </dependency>
1374         </dependencies>
1375         <executions>
1376           <execution>
1377             <phase>process-sources</phase>
1378             <goals>
1379               <goal>check</goal>
1380             </goals>
1381           </execution>
1382         </executions>
1383         <configuration>
1384           <failsOnError>true</failsOnError>
1385           <configLocation>controller/checkstyle.xml</configLocation>
1386           <consoleOutput>true</consoleOutput>
1387           <includeTestSourceDirectory>true</includeTestSourceDirectory>
1388           <sourceDirectory>${project.basedir}</sourceDirectory>
1389           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
1390           <excludes>**\/target\/,**\/bin\/,**\/target-ide\/</excludes>
1391         </configuration>
1392       </plugin>
1393       <plugin>
1394         <groupId>org.apache.maven.plugins</groupId>
1395         <artifactId>maven-failsafe-plugin</artifactId>
1396         <version>${failsafe.version}</version>
1397         <configuration>
1398           <argLine>${testvm.argLine}</argLine>
1399           <systemProperties>
1400             <property>
1401               <name>logback.configurationFile</name>
1402               <value>logback.xml</value>
1403             </property>
1404           </systemProperties>
1405         </configuration>
1406         <executions>
1407           <execution>
1408             <id>failsafe-integration-tests</id>
1409             <phase>integration-test</phase>
1410             <goals>
1411               <goal>integration-test</goal>
1412             </goals>
1413           </execution>
1414           <execution>
1415             <id>failsafe-verify</id>
1416             <phase>verify</phase>
1417             <goals>
1418               <goal>verify</goal>
1419             </goals>
1420           </execution>
1421         </executions>
1422       </plugin>
1423       <plugin>
1424         <groupId>org.apache.maven.plugins</groupId>
1425         <artifactId>maven-surefire-plugin</artifactId>
1426         <version>${surefire.version}</version>
1427         <configuration>
1428           <systemProperties>
1429             <property>
1430               <name>logback.configurationFile</name>
1431               <value>logback.xml</value>
1432             </property>
1433           </systemProperties>
1434         </configuration>
1435       </plugin>
1436       <plugin>
1437         <groupId>org.apache.maven.plugins</groupId>
1438         <artifactId>maven-enforcer-plugin</artifactId>
1439         <version>${enforcer.version}</version>
1440         <executions>
1441           <execution>
1442             <id>enforce-java</id>
1443             <goals>
1444               <goal>enforce</goal>
1445             </goals>
1446             <configuration>
1447               <rules>
1448                 <requireJavaVersion>
1449                   <version>1.7.0</version>
1450                 </requireJavaVersion>
1451               </rules>
1452             </configuration>
1453           </execution>
1454         </executions>
1455       </plugin>
1456     </plugins>
1457     <pluginManagement>
1458       <plugins>
1459         <plugin>
1460           <groupId>org.apache.maven.plugins</groupId>
1461           <artifactId>maven-release-plugin</artifactId>
1462           <version>${releaseplugin.version}</version>
1463         </plugin>
1464         <!-- Ignore/Execute plugin execution -->
1465         <plugin>
1466           <groupId>org.eclipse.m2e</groupId>
1467           <artifactId>lifecycle-mapping</artifactId>
1468           <version>1.0.0</version>
1469           <configuration>
1470             <lifecycleMappingMetadata>
1471               <pluginExecutions>
1472                 <pluginExecution>
1473                   <pluginExecutionFilter>
1474                     <groupId>org.codehaus.mojo</groupId>
1475                     <artifactId>properties-maven-plugin</artifactId>
1476                     <versionRange>[0.0,)</versionRange>
1477                     <goals>
1478                       <goal>set-system-properties</goal>
1479                     </goals>
1480                   </pluginExecutionFilter>
1481                   <action>
1482                     <ignore />
1483                   </action>
1484                 </pluginExecution>
1485                 <pluginExecution>
1486                   <pluginExecutionFilter>
1487                     <groupId>org.codehaus.enunciate</groupId>
1488                     <artifactId>maven-enunciate-plugin</artifactId>
1489                     <versionRange>[0.0,)</versionRange>
1490                     <goals>
1491                       <goal>docs</goal>
1492                     </goals>
1493                   </pluginExecutionFilter>
1494                   <action>
1495                     <ignore />
1496                   </action>
1497                 </pluginExecution>
1498                 <pluginExecution>
1499                   <pluginExecutionFilter>
1500                     <groupId>org.jacoco</groupId>
1501                     <artifactId>jacoco-maven-plugin</artifactId>
1502                     <versionRange>[0.0,)</versionRange>
1503                     <goals>
1504                       <goal>prepare-agent</goal>
1505                       <goal>pre-test</goal>
1506                       <goal>post-test</goal>
1507                     </goals>
1508                   </pluginExecutionFilter>
1509                   <action>
1510                     <ignore />
1511                   </action>
1512                 </pluginExecution>
1513                 <pluginExecution>
1514                   <pluginExecutionFilter>
1515                     <groupId>org.ops4j.pax.exam</groupId>
1516                     <artifactId>maven-paxexam-plugin</artifactId>
1517                     <versionRange>[1.2.4,)</versionRange>
1518                     <goals>
1519                       <goal>generate-depends-file</goal>
1520                     </goals>
1521                   </pluginExecutionFilter>
1522                   <action>
1523                      <execute>
1524                       <runOnIncremental>false</runOnIncremental>
1525                      </execute>
1526                   </action>
1527                 </pluginExecution>
1528                 <pluginExecution>
1529                   <pluginExecutionFilter>
1530                     <groupId>org.apache.maven.plugins</groupId>
1531                     <artifactId>maven-checkstyle-plugin</artifactId>
1532                     <versionRange>[2.0,)</versionRange>
1533                     <goals>
1534                       <goal>check</goal>
1535                     </goals>
1536                   </pluginExecutionFilter>
1537                   <action>
1538                     <ignore />
1539                   </action>
1540                 </pluginExecution>
1541                 <pluginExecution>
1542                   <pluginExecutionFilter>
1543                     <groupId>org.opendaylight.yangtools</groupId>
1544                     <artifactId>yang-maven-plugin</artifactId>
1545                     <versionRange>[0.5,)</versionRange>
1546                     <goals>
1547                       <goal>generate-sources </goal>
1548                     </goals>
1549                   </pluginExecutionFilter>
1550                   <action>
1551                     <ignore></ignore>
1552                   </action>
1553                 </pluginExecution>
1554                 <pluginExecution>
1555                   <pluginExecutionFilter>
1556                     <groupId>org.codehaus.groovy.maven</groupId>
1557                     <artifactId>gmaven-plugin</artifactId>
1558                     <versionRange>1.0</versionRange>
1559                     <goals>
1560                       <goal>execute</goal>
1561                     </goals>
1562                   </pluginExecutionFilter>
1563                   <action>
1564                     <ignore></ignore>
1565                   </action>
1566                 </pluginExecution>
1567               </pluginExecutions>
1568             </lifecycleMappingMetadata>
1569           </configuration>
1570         </plugin>
1571         <plugin>
1572           <groupId>org.codehaus.enunciate</groupId>
1573           <artifactId>maven-enunciate-plugin</artifactId>
1574           <version>${enunciate.version}</version>
1575           <configuration>
1576             <configFile>enunciate.xml</configFile>
1577           </configuration>
1578           <executions>
1579             <execution>
1580               <goals>
1581                 <goal>docs</goal>
1582               </goals>
1583             </execution>
1584           </executions>
1585           <dependencies>
1586             <dependency>
1587               <groupId>org.opendaylight.controller</groupId>
1588               <artifactId>commons.logback_settings</artifactId>
1589               <version>0.0.1-SNAPSHOT</version>
1590             </dependency>
1591           </dependencies>
1592         </plugin>
1593         <plugin>
1594           <groupId>org.apache.maven.plugins</groupId>
1595           <artifactId>maven-javadoc-plugin</artifactId>
1596           <version>2.8.1</version>
1597           <configuration>
1598             <doclet>org.jboss.apiviz.APIviz</doclet>
1599             <docletArtifact>
1600               <groupId>org.jboss.apiviz</groupId>
1601               <artifactId>apiviz</artifactId>
1602               <version>1.3.2.GA</version>
1603             </docletArtifact>
1604             <finalName>${project.artifactId}-${build.suffix}</finalName>
1605             <useStandardDocletOptions>true</useStandardDocletOptions>
1606             <charset>UTF-8</charset>
1607             <encoding>UTF-8</encoding>
1608             <docencoding>UTF-8</docencoding>
1609             <breakiterator>true</breakiterator>
1610             <version>true</version>
1611             <author>true</author>
1612             <keywords>true</keywords>
1613             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
1614             <failOnError>false</failOnError>
1615           </configuration>
1616         </plugin>
1617         <plugin>
1618           <groupId>org.apache.maven.plugins</groupId>
1619           <artifactId>maven-jxr-plugin</artifactId>
1620           <version>2.3</version>
1621           <configuration>
1622             <aggregate>true</aggregate>
1623             <linkJavadoc>true</linkJavadoc>
1624             <javadocDir>target/apidocs</javadocDir>
1625           </configuration>
1626         </plugin>
1627         <plugin>
1628           <groupId>org.apache.maven.plugins</groupId>
1629           <artifactId>maven-compiler-plugin</artifactId>
1630           <version>${maven.compile.plugin.version}</version>
1631           <configuration>
1632             <source>${java.version.source}</source>
1633             <target>${java.version.target}</target>
1634             <testSource>${java.version.source}</testSource>
1635             <testTarget>${java.version.target}</testTarget>
1636           </configuration>
1637        </plugin>
1638       </plugins>
1639     </pluginManagement>
1640   </build>
1641 </project>