Add support for Karaf shell lisp:* commands
[lispflowmapping.git] / commons / parent / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4
5   <!-- NOTE: Tags we removed: SCM: We don't use maven to pull and push code, so
6              the SCM section does not appear to be needed. See http://maven.apache.org/scm/maven-scm-plugin/usage.html
7
8        NOTE: Our ultimate goal is to remove this pom, and move everything in here
9              up to ODL parent or the root of this project, depending on
10              its relevance. Only the logical root should reference this file. -->
11
12   <parent>
13     <!-- We want to inherit of ODL parent so we can inherit common third party
14          versions etc instead of redefining them here. Also we get some common definitions
15          for plugin configuration etc. -->
16     <groupId>org.opendaylight.odlparent</groupId>
17     <artifactId>odlparent</artifactId>
18     <version>1.5.0-SNAPSHOT</version>
19     <relativePath/>
20   </parent>
21
22   <groupId>org.opendaylight.lispflowmapping</groupId>
23   <artifactId>lispflowmapping-commons</artifactId>
24   <version>1.2.0-SNAPSHOT</version>
25   <packaging>pom</packaging>
26   <name>Parent POM</name>
27   <description></description>
28
29   <properties>
30     <branding.version>1.1.0-SNAPSHOT</branding.version>
31     <build.suffix>1.0.0</build.suffix>
32     <clustering.services.version>0.6.0-SNAPSHOT</clustering.services.version>
33     <config.version>0.3.0-SNAPSHOT</config.version>
34     <feature.test.version>0.7.0-SNAPSHOT</feature.test.version>
35     <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
36     <ietf-inet-types.version>2010.09.24.7-SNAPSHOT</ietf-inet-types.version>
37     <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
38     <karaf.empty.version>1.5.0-SNAPSHOT</karaf.empty.version>
39     <karaf.resources.version>1.5.0-SNAPSHOT</karaf.resources.version>
40     <lispflowmapping.version>1.2.0-SNAPSHOT</lispflowmapping.version>
41     <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
42     <neutron.version>0.5.0-SNAPSHOT</neutron.version>
43     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
44     <nsf.version>0.5.0-SNAPSHOT</nsf.version>
45     <sal.version>0.9.0-SNAPSHOT</sal.version>
46     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
47     <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
48     <sonar.jacoco.reportPath>target/jacoco.exec</sonar.jacoco.reportPath>
49     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
50     <statisticsmanager.version>0.5.0</statisticsmanager.version>
51     <xtend.dstdir>src/main/xtend-gen</xtend.dstdir>
52     <yang-jmx-generator.version>1.1.0-SNAPSHOT</yang-jmx-generator.version>
53     <yang.binding.version>0.6.1</yang.binding.version>
54     <yang.codegen.version>0.6.1</yang.codegen.version>
55     <yang.src.path>src/main/yang</yang.src.path>
56     <yang.version>0.6.1</yang.version>
57     <yangtools.binding.version>0.6.1</yangtools.binding.version>
58     <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
59   </properties>
60
61   <dependencyManagement>
62     <dependencies>
63       <!-- NOTE: The "Type" jar is considered default. You only need to specify
64                  the type when it is something other than jar. -->
65       <dependency>
66         <groupId>junit-addons</groupId>
67         <artifactId>junit-addons</artifactId>
68         <version>1.4</version>
69       </dependency>
70       <dependency>
71         <groupId>org.apache.karaf.features</groupId>
72         <artifactId>framework</artifactId>
73         <version>${karaf.version}</version>
74         <type>kar</type>
75       </dependency>
76       <dependency>
77         <groupId>org.hamcrest</groupId>
78         <artifactId>hamcrest-core</artifactId>
79         <version>${hamcrest.version}</version>
80       </dependency>
81       <dependency>
82         <groupId>org.jmock</groupId>
83         <artifactId>jmock-junit4</artifactId>
84         <version>2.6.0</version>
85       </dependency>
86       <dependency>
87         <groupId>org.jmock</groupId>
88         <artifactId>jmock-legacy</artifactId>
89         <version>2.6.0</version>
90       </dependency>
91       <dependency>
92         <groupId>org.opendaylight.controller</groupId>
93         <artifactId>clustering.services</artifactId>
94         <version>0.6.0-SNAPSHOT</version>
95       </dependency>
96       <dependency>
97         <groupId>org.opendaylight.controller</groupId>
98         <artifactId>commons.northbound</artifactId>
99         <version>0.5.0-SNAPSHOT</version>
100       </dependency>
101       <dependency>
102         <groupId>org.opendaylight.controller</groupId>
103         <artifactId>config-api</artifactId>
104         <version>0.3.0-SNAPSHOT</version>
105       </dependency>
106       <dependency>
107         <groupId>org.opendaylight.controller</groupId>
108         <artifactId>config-manager</artifactId>
109         <version>${config.version}</version>
110       </dependency>
111       <dependency>
112         <groupId>org.opendaylight.controller</groupId>
113         <artifactId>config-util</artifactId>
114         <version>0.3.0-SNAPSHOT</version>
115       </dependency>
116       <dependency>
117         <groupId>org.opendaylight.controller</groupId>
118         <artifactId>containermanager</artifactId>
119         <version>0.6.0-SNAPSHOT</version>
120       </dependency>
121       <dependency>
122         <groupId>org.opendaylight.controller</groupId>
123         <artifactId>features-adsal</artifactId>
124         <version>${sal.version}</version>
125         <classifier>features</classifier>
126         <type>xml</type>
127       </dependency>
128       <dependency>
129         <groupId>org.opendaylight.controller</groupId>
130         <artifactId>features-mdsal</artifactId>
131         <version>${mdsal.version}</version>
132         <classifier>features</classifier>
133         <type>xml</type>
134       </dependency>
135       <dependency>
136         <groupId>org.opendaylight.controller</groupId>
137         <artifactId>features-netconf-connector</artifactId>
138         <version>${mdsal.version}</version>
139         <classifier>features</classifier>
140         <type>xml</type>
141       </dependency>
142       <dependency>
143         <groupId>org.opendaylight.neutron</groupId>
144         <artifactId>features-neutron</artifactId>
145         <version>${neutron.version}</version>
146         <classifier>features</classifier>
147         <type>xml</type>
148       </dependency>
149       <dependency>
150         <groupId>org.opendaylight.controller</groupId>
151         <artifactId>features-nsf</artifactId>
152         <version>${nsf.version}</version>
153         <classifier>features</classifier>
154         <type>xml</type>
155       </dependency>
156
157       <dependency>
158         <groupId>org.opendaylight.controller</groupId>
159         <artifactId>karaf.branding</artifactId>
160         <version>${branding.version}</version>
161         <scope>compile</scope>
162       </dependency>
163       <dependency>
164         <groupId>org.opendaylight.controller</groupId>
165         <artifactId>netty-event-executor-config</artifactId>
166         <version>${config.version}</version>
167       </dependency>
168       <dependency>
169         <groupId>org.opendaylight.neutron</groupId>
170         <artifactId>neutron-spi</artifactId>
171         <version>0.5.0-SNAPSHOT</version>
172       </dependency>
173       <dependency>
174         <groupId>org.opendaylight.controller</groupId>
175         <artifactId>opendaylight-karaf-empty</artifactId>
176         <version>${karaf.empty.version}</version>
177         <type>zip</type>
178       </dependency>
179
180       <dependency>
181         <groupId>org.opendaylight.controller</groupId>
182         <artifactId>opendaylight-karaf-resources</artifactId>
183         <version>${karaf.resources.version}</version>
184       </dependency>
185       <dependency>
186         <groupId>org.opendaylight.controller</groupId>
187         <artifactId>sal</artifactId>
188         <version>0.9.0-SNAPSHOT</version>
189       </dependency>
190       <dependency>
191         <groupId>org.opendaylight.controller</groupId>
192         <artifactId>sal-binding-api</artifactId>
193         <version>${mdsal.version}</version>
194       </dependency>
195       <dependency>
196         <groupId>org.opendaylight.controller</groupId>
197         <artifactId>sal-binding-broker-impl</artifactId>
198         <version>${mdsal.version}</version>
199       </dependency>
200       <dependency>
201         <groupId>org.opendaylight.controller</groupId>
202         <artifactId>sal-binding-config</artifactId>
203         <version>${mdsal.version}</version>
204       </dependency>
205       <dependency>
206         <groupId>org.opendaylight.controller</groupId>
207         <artifactId>sal-broker-impl</artifactId>
208         <version>${mdsal.version}</version>
209       </dependency>
210       <dependency>
211         <groupId>org.opendaylight.controller</groupId>
212         <artifactId>sal-common-util</artifactId>
213         <version>${mdsal.version}</version>
214       </dependency>
215       <dependency>
216         <groupId>org.opendaylight.controller</groupId>
217         <artifactId>sal-netconf-connector</artifactId>
218         <version>${mdsal.version}</version>
219       </dependency>
220       <dependency>
221         <groupId>org.opendaylight.controller</groupId>
222         <artifactId>threadpool-config-api</artifactId>
223         <version>${config.version}</version>
224       </dependency>
225       <dependency>
226         <groupId>org.opendaylight.controller</groupId>
227         <artifactId>threadpool-config-impl</artifactId>
228         <version>0.3.0-SNAPSHOT</version>
229       </dependency>
230       <dependency>
231         <groupId>org.opendaylight.lispflowmapping</groupId>
232         <artifactId>common.build.tools</artifactId>
233         <version>${lispflowmapping.version}</version>
234       </dependency>
235       <dependency>
236         <groupId>org.opendaylight.lispflowmapping</groupId>
237         <artifactId>lispflowmapping-code-commons</artifactId>
238         <version>${lispflowmapping.version}</version>
239       </dependency>
240       <dependency>
241         <groupId>org.opendaylight.lispflowmapping</groupId>
242         <artifactId>lispflowmapping-commons</artifactId>
243         <version>${lispflowmapping.version}</version>
244       </dependency>
245       <dependency>
246         <groupId>org.opendaylight.lispflowmapping</groupId>
247         <artifactId>mappingservice.api</artifactId>
248         <version>${lispflowmapping.version}</version>
249       </dependency>
250       <dependency>
251         <groupId>org.opendaylight.lispflowmapping</groupId>
252         <artifactId>mappingservice.clusterdao</artifactId>
253         <version>${lispflowmapping.version}</version>
254       </dependency>
255       <dependency>
256         <groupId>org.opendaylight.lispflowmapping</groupId>
257         <artifactId>mappingservice.config</artifactId>
258         <version>${lispflowmapping.version}</version>
259       </dependency>
260       <dependency>
261         <groupId>org.opendaylight.lispflowmapping</groupId>
262         <artifactId>mappingservice.implementation</artifactId>
263         <version>${lispflowmapping.version}</version>
264       </dependency>
265
266       <dependency>
267         <groupId>org.opendaylight.lispflowmapping</groupId>
268         <artifactId>mappingservice.netconf</artifactId>
269         <version>${lispflowmapping.version}</version>
270       </dependency>
271       <dependency>
272         <groupId>org.opendaylight.lispflowmapping</groupId>
273         <artifactId>mappingservice.neutron</artifactId>
274         <version>${lispflowmapping.version}</version>
275       </dependency>
276       <dependency>
277         <groupId>org.opendaylight.lispflowmapping</groupId>
278         <artifactId>mappingservice.northbound</artifactId>
279         <version>${lispflowmapping.version}</version>
280       </dependency>
281       <dependency>
282         <groupId>org.opendaylight.lispflowmapping</groupId>
283         <artifactId>mappingservice.shell</artifactId>
284         <version>${lispflowmapping.version}</version>
285       </dependency>
286       <dependency>
287         <groupId>org.opendaylight.lispflowmapping</groupId>
288         <artifactId>mappingservice.southbound</artifactId>
289         <version>${lispflowmapping.version}</version>
290       </dependency>
291       <dependency>
292         <groupId>org.opendaylight.lispflowmapping</groupId>
293         <artifactId>mappingservice.yangmodel</artifactId>
294         <version>${lispflowmapping.version}</version>
295       </dependency>
296       <dependency>
297         <groupId>org.opendaylight.yangtools</groupId>
298         <artifactId>yang-binding</artifactId>
299         <version>0.7.0-SNAPSHOT</version>
300       </dependency>
301       <dependency>
302         <groupId>org.opendaylight.yangtools</groupId>
303         <artifactId>yang-common</artifactId>
304         <version>0.7.0-SNAPSHOT</version>
305       </dependency>
306       <dependency>
307         <groupId>org.opendaylight.yangtools</groupId>
308         <artifactId>yang-data-api</artifactId>
309         <version>0.7.0-SNAPSHOT</version>
310       </dependency>
311       <dependency>
312         <groupId>org.opendaylight.yangtools</groupId>
313         <artifactId>yang-data-impl</artifactId>
314         <version>${yangtools.version}</version>
315       </dependency>
316       <dependency>
317         <groupId>org.opendaylight.yangtools</groupId>
318         <artifactId>yang-data-util</artifactId>
319         <version>0.7.0-SNAPSHOT</version>
320       </dependency>
321       <dependency>
322         <groupId>org.opendaylight.yangtools</groupId>
323         <artifactId>yang-model-api</artifactId>
324         <version>0.7.0-SNAPSHOT</version>
325       </dependency>
326       <dependency>
327         <groupId>org.opendaylight.yangtools</groupId>
328         <artifactId>yang-parser-impl</artifactId>
329         <version>${yangtools.version}</version>
330       </dependency>
331       <dependency>
332         <groupId>org.opendaylight.yangtools.model</groupId>
333         <artifactId>ietf-inet-types</artifactId>
334         <version>2010.09.24.7-SNAPSHOT</version>
335       </dependency>
336       <dependency>
337         <groupId>org.opendaylight.yangtools.model</groupId>
338         <artifactId>ietf-yang-types</artifactId>
339         <version>2010.09.24.7-SNAPSHOT</version>
340       </dependency>
341       <dependency>
342         <groupId>org.apache.karaf.features</groupId>
343         <artifactId>standard</artifactId>
344         <version>${karaf.version}</version>
345         <classifier>features</classifier>
346         <type>xml</type>
347         <scope>runtime</scope>
348       </dependency>
349
350       <dependency>
351         <groupId>org.opendaylight.lispflowmapping</groupId>
352         <artifactId>features-lispflowmapping</artifactId>
353         <version>${lispflowmapping.version}</version>
354         <classifier>features</classifier>
355         <type>xml</type>
356         <scope>runtime</scope>
357       </dependency>
358       <dependency>
359         <groupId>org.opendaylight.lispflowmapping</groupId>
360         <artifactId>common.unittest.tools</artifactId>
361         <version>${lispflowmapping.version}</version>
362         <scope>test</scope>
363       </dependency>
364       <dependency>
365         <groupId>org.opendaylight.yangtools</groupId>
366         <artifactId>mockito-configuration</artifactId>
367         <version>${yangtools.version}</version>
368         <scope>test</scope>
369       </dependency>
370     </dependencies>
371   </dependencyManagement>
372   <build>
373     <pluginManagement>
374       <plugins>
375         <plugin>
376           <!-- This configures the sort pom plugin to sort properties, dependencies
377                etc during a build. It helps to ensure consistent poms that are easy to read.
378                While the configuration should exist at a root level it is still up to the
379                individual projects to invoke it by defining the plugin in the build->plugins
380                section. -->
381           <groupId>com.google.code.sortpom</groupId>
382           <artifactId>maven-sortpom-plugin</artifactId>
383           <version>2.2.1</version>
384           <configuration>
385             <createBackupFile>false</createBackupFile>
386             <encoding>${project.build.sourceEncoding}</encoding>
387             <keepBlankLines>true</keepBlankLines>
388             <lineSeparator>\n</lineSeparator>
389             <nrOfIndentSpace>2</nrOfIndentSpace>
390             <predefinedSortOrder>custom_1</predefinedSortOrder>
391             <sortDependencies>scope,groupId,artifactId</sortDependencies>
392             <sortPlugins>groupId,artifactId</sortPlugins>
393             <sortProperties>true</sortProperties>
394           </configuration>
395           <executions>
396             <execution>
397               <goals>
398                 <goal>sort</goal>
399               </goals>
400               <phase>verify</phase>
401             </execution>
402           </executions>
403         </plugin>
404         <plugin>
405           <groupId>org.apache.maven.plugins</groupId>
406           <artifactId>maven-assembly-plugin</artifactId>
407           <version>2.4</version>
408         </plugin>
409         <plugin>
410           <!-- TODO move up to ODL parent. -->
411           <!-- This is required to make sure that we delete the files which are
412                being generated under the src/main directory since by default only files
413                under target get cleaned up. Because the clean plugin is automatically invoked
414                you do NOT need to specify it in the build->plugin section. You would only
415                want to override this if you have additional folders which need to be cleaned
416                up. -->
417           <artifactId>maven-clean-plugin</artifactId>
418           <configuration>
419             <filesets>
420               <fileset>
421                 <directory>${xtend.dstdir}</directory>
422                 <includes>
423                   <include>**</include>
424                 </includes>
425               </fileset>
426               <fileset>
427                 <directory>${jmxGeneratorPath}</directory>
428                 <includes>
429                   <include>**</include>
430                 </includes>
431               </fileset>
432               <fileset>
433                 <directory>${salGeneratorPath}</directory>
434                 <includes>
435                   <include>**</include>
436                 </includes>
437               </fileset>
438             </filesets>
439           </configuration>
440         </plugin>
441         <plugin>
442           <!-- Configures the java doc generation. Generally you should not have
443                to override this unless you need to exclude other packages etc. -->
444           <groupId>org.apache.maven.plugins</groupId>
445           <artifactId>maven-javadoc-plugin</artifactId>
446           <configuration>
447             <doclet>org.jboss.apiviz.APIviz</doclet>
448             <docletArtifact>
449               <groupId>org.jboss.apiviz</groupId>
450               <artifactId>apiviz</artifactId>
451               <version>1.3.2.GA</version>
452             </docletArtifact>
453             <finalName>${project.artifactId}-${project.version}</finalName>
454             <useStandardDocletOptions>true</useStandardDocletOptions>
455             <charset>UTF-8</charset>
456             <encoding>UTF-8</encoding>
457             <docencoding>UTF-8</docencoding>
458             <breakiterator>true</breakiterator>
459             <version>true</version>
460             <author>true</author>
461             <keywords>true</keywords>
462             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
463             <failOnError>false</failOnError>
464           </configuration>
465         </plugin>
466         <plugin>
467           <groupId>org.apache.maven.plugins</groupId>
468           <artifactId>maven-jxr-plugin</artifactId>
469           <version>2.3</version>
470           <configuration>
471             <aggregate>true</aggregate>
472             <linkJavadoc>true</linkJavadoc>
473             <javadocDir>target/apidocs</javadocDir>
474           </configuration>
475         </plugin>
476         <plugin>
477           <groupId>org.codehaus.enunciate</groupId>
478           <artifactId>maven-enunciate-plugin</artifactId>
479           <configuration>
480             <configFile>enunciate.xml</configFile>
481           </configuration>
482           <executions>
483             <execution>
484               <goals>
485                 <goal>docs</goal>
486               </goals>
487             </execution>
488           </executions>
489         </plugin>
490         <plugin>
491           <!-- TODO: This should be in ODL parent -->
492           <groupId>org.codehaus.mojo</groupId>
493           <artifactId>build-helper-maven-plugin</artifactId>
494           <executions>
495             <execution>
496               <id>add-source</id>
497               <goals>
498                 <goal>add-source</goal>
499               </goals>
500               <phase>generate-sources</phase>
501               <configuration>
502                 <sources>
503                   <source>${yang.src.path}</source>
504                   <source>${jmxGeneratorPath}</source>
505                   <source>${salGeneratorPath}</source>
506                   <source>${xtend.dstdir}</source>
507                 </sources>
508               </configuration>
509             </execution>
510           </executions>
511         </plugin>
512
513         <plugin>
514           <groupId>org.eclipse.m2e</groupId>
515           <artifactId>lifecycle-mapping</artifactId>
516           <version>1.0.0</version>
517           <configuration>
518             <lifecycleMappingMetadata>
519               <pluginExecutions>
520                 <pluginExecution>
521                   <pluginExecutionFilter>
522                     <groupId>org.codehaus.mojo</groupId>
523                     <artifactId>properties-maven-plugin</artifactId>
524                     <versionRange>[0.0,)</versionRange>
525                     <goals>
526                       <goal>set-system-properties</goal>
527                     </goals>
528                   </pluginExecutionFilter>
529                   <action>
530                     <ignore></ignore>
531                   </action>
532                 </pluginExecution>
533                 <pluginExecution>
534                   <pluginExecutionFilter>
535                     <groupId>org.codehaus.enunciate</groupId>
536                     <artifactId>maven-enunciate-plugin</artifactId>
537                     <versionRange>[0.0,)</versionRange>
538                     <goals>
539                       <goal>docs</goal>
540                     </goals>
541                   </pluginExecutionFilter>
542                   <action>
543                     <ignore></ignore>
544                   </action>
545                 </pluginExecution>
546                 <pluginExecution>
547                   <pluginExecutionFilter>
548                     <groupId>org.jacoco</groupId>
549                     <artifactId>jacoco-maven-plugin</artifactId>
550                     <versionRange>[0.0,)</versionRange>
551                     <goals>
552                       <goal>prepare-agent</goal>
553                       <goal>pre-test</goal>
554                       <goal>post-test</goal>
555                     </goals>
556                   </pluginExecutionFilter>
557                   <action>
558                     <ignore></ignore>
559                   </action>
560                 </pluginExecution>
561                 <pluginExecution>
562                   <pluginExecutionFilter>
563                     <groupId>org.ops4j.pax.exam</groupId>
564                     <artifactId>maven-paxexam-plugin</artifactId>
565                     <versionRange>[1.2.4,)</versionRange>
566                     <goals>
567                       <goal>generate-depends-file</goal>
568                     </goals>
569                   </pluginExecutionFilter>
570                   <action>
571                     <ignore></ignore>
572                   </action>
573                 </pluginExecution>
574                 <pluginExecution>
575                   <pluginExecutionFilter>
576                     <groupId>org.apache.maven.plugins</groupId>
577                     <artifactId>maven-checkstyle-plugin</artifactId>
578                     <versionRange>[2.0,)</versionRange>
579                     <goals>
580                       <goal>check</goal>
581                     </goals>
582                   </pluginExecutionFilter>
583                   <action>
584                     <ignore></ignore>
585                   </action>
586                 </pluginExecution>
587                 <pluginExecution>
588                   <pluginExecutionFilter>
589                     <groupId>org.opendaylight.yangtools</groupId>
590                     <artifactId>yang-maven-plugin</artifactId>
591                     <versionRange>[0.5,)</versionRange>
592                     <goals>
593                       <goal>generate-sources</goal>
594                     </goals>
595                   </pluginExecutionFilter>
596                   <action>
597                     <ignore></ignore>
598                   </action>
599                 </pluginExecution>
600               </pluginExecutions>
601             </lifecycleMappingMetadata>
602           </configuration>
603         </plugin>
604         <plugin>
605           <!-- here we are defining the default generators for yang You may need
606                to override this in child poms if you want to define additional generators,
607                such as the JMX generator etc. -->
608           <groupId>org.opendaylight.yangtools</groupId>
609           <artifactId>yang-maven-plugin</artifactId>
610           <version>${yangtools.version}</version>
611           <dependencies>
612             <dependency>
613               <groupId>org.opendaylight.yangtools</groupId>
614               <artifactId>maven-sal-api-gen-plugin</artifactId>
615               <version>${yangtools.version}</version>
616             </dependency>
617           </dependencies>
618           <executions>
619             <execution>
620               <goals>
621                 <goal>generate-sources</goal>
622               </goals>
623               <configuration>
624                 <yangFilesRootDir>${yang.src.path}</yangFilesRootDir>
625                 <codeGenerators>
626                   <generator>
627                     <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
628                     <outputBaseDir>${salGeneratorPath}</outputBaseDir>
629                   </generator>
630                 </codeGenerators>
631                 <inspectDependencies>true</inspectDependencies>
632               </configuration>
633             </execution>
634           </executions>
635         </plugin>
636       </plugins>
637     </pluginManagement>
638     <plugins>
639       <plugin>
640         <groupId>org.jacoco</groupId>
641         <artifactId>jacoco-maven-plugin</artifactId>
642         <executions>
643           <execution>
644             <id>prepare-ut-agent</id>
645             <phase>process-test-classes</phase>
646             <goals>
647               <goal>prepare-agent</goal>
648             </goals>
649             <configuration>
650               <destFile>${sonar.jacoco.reportPath}</destFile>
651             </configuration>
652           </execution>
653           <execution>
654             <id>prepare-it-agent</id>
655             <phase>pre-integration-test</phase>
656             <goals>
657               <goal>prepare-agent</goal>
658             </goals>
659             <configuration>
660               <destFile>${sonar.jacoco.itReportPath}</destFile>
661             </configuration>
662           </execution>
663            <execution>
664              <id>post-test</id>
665              <phase>test</phase>
666              <goals>
667                <goal>report</goal>
668              </goals>
669            </execution>
670         </executions>
671       </plugin>
672     </plugins>
673   </build>
674
675   <reporting>
676     <outputDirectory>${project.build.directory}/site</outputDirectory>
677     <excludeDefaults>true</excludeDefaults>
678     <plugins>
679       <plugin>
680         <groupId>org.apache.maven.plugins</groupId>
681         <artifactId>maven-javadoc-plugin</artifactId>
682         <version>2.8.1</version>
683         <configuration>
684           <doclet>org.jboss.apiviz.APIviz</doclet>
685           <docletArtifact>
686             <groupId>org.jboss.apiviz</groupId>
687             <artifactId>apiviz</artifactId>
688             <version>1.3.2.GA</version>
689           </docletArtifact>
690           <finalName>${project.artifactId}-${build.suffix}</finalName>
691           <useStandardDocletOptions>true</useStandardDocletOptions>
692           <charset>UTF-8</charset>
693           <encoding>UTF-8</encoding>
694           <docencoding>UTF-8</docencoding>
695           <breakiterator>true</breakiterator>
696           <version>true</version>
697           <author>true</author>
698           <keywords>true</keywords>
699           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
700         </configuration>
701       </plugin>
702       <plugin>
703         <groupId>org.apache.maven.plugins</groupId>
704         <artifactId>maven-jxr-plugin</artifactId>
705         <version>2.3</version>
706         <configuration>
707           <aggregate>true</aggregate>
708           <linkJavadoc>true</linkJavadoc>
709         </configuration>
710       </plugin>
711       <plugin>
712         <groupId>org.apache.maven.plugins</groupId>
713         <artifactId>maven-project-info-reports-plugin</artifactId>
714         <version>${projectinfo}</version>
715         <configuration>
716           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
717           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
718         </configuration>
719         <reportSets>
720           <reportSet>
721             <reports>
722               <report>index</report>
723               <report>project-team</report>
724               <report>license</report>
725               <report>mailing-list</report>
726               <report>plugin-management</report>
727               <report>cim</report>
728               <report>issue-tracking</report>
729               <report>scm</report>
730               <report>summary</report>
731             </reports>
732           </reportSet>
733         </reportSets>
734       </plugin>
735     </plugins>
736   </reporting>
737
738   <distributionManagement>
739     <!-- Note: We want the nexus proxy property here because want to enable
740          devs to upload this artifact using mvn deploy to other maven repositories. -->
741     <!-- OpenDayLight Released artifact -->
742     <repository>
743       <id>opendaylight-release</id>
744       <url>${nexusproxy}/repositories/opendaylight.release/</url>
745     </repository>
746     <!-- OpenDayLight Snapshot artifact -->
747     <snapshotRepository>
748       <id>opendaylight-snapshot</id>
749       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
750     </snapshotRepository>
751     <!-- Site deployment -->
752   </distributionManagement>
753
754 </project>