Incrementing versions by 0.1.0 for post-helium develop branch
[lispflowmapping.git] / commons / parent / pom.xml
1 <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">
2         <modelVersion>4.0.0</modelVersion>
3         <groupId>org.opendaylight.lispflowmapping</groupId>
4         <artifactId>lispflowmapping-commons</artifactId>
5         <name>Parent POM</name>
6         <version>1.2.0-SNAPSHOT</version>
7         <description />
8         <packaging>pom</packaging>
9         <url>http://www.opendaylight.org</url>
10         <scm>
11                 <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
12                 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
13                 <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
14                 <tag>HEAD</tag>
15         </scm>
16         <properties>
17                 <lispflowmapping.version>1.2.0-SNAPSHOT</lispflowmapping.version>
18                 <jacoco.version>0.6.2.201302030002</jacoco.version>
19                 <sal.version>0.9.0-SNAPSHOT</sal.version>
20                 <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
21                 <nsf.version>0.5.0-SNAPSHOT</nsf.version>
22                 <clustering.services.version>0.6.0-SNAPSHOT</clustering.services.version>
23                 <enforcer.version>1.3.1</enforcer.version>
24                 <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
25                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
26                 <projectinfo>2.6</projectinfo>
27                 <enunciate.version>1.26.2</enunciate.version>
28                 <guava.version>14.0.1</guava.version>
29                 <build.suffix>1.0.0</build.suffix>
30                 <yangtools.binding.version>0.6.1</yangtools.binding.version>
31                 <yang.binding.version>0.6.1</yang.binding.version>
32                 <yang.version>0.6.1</yang.version>
33                 <yang.codegen.version>0.6.1</yang.codegen.version>
34                 <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
35                 <sonar.branch>${user.name}-develop</sonar.branch>
36                 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
37                 <sonar.language>java</sonar.language>
38                 <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
39                 <statisticsmanager.version>0.5.0</statisticsmanager.version>
40                 <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
41                 <java.version.source>1.7</java.version.source>
42                 <java.version.target>1.7</java.version.target>
43                 <releaseplugin.version>2.3.2</releaseplugin.version>
44                 <slf4j.version>1.7.2</slf4j.version>
45                 <branding.version>1.1.0-SNAPSHOT</branding.version>
46                 <karaf.resources.version>1.5.0-SNAPSHOT</karaf.resources.version>
47                 <karaf.version>3.0.1</karaf.version>
48                 <feature.test.version>0.7.0-SNAPSHOT</feature.test.version>
49                 <karaf.empty.version>1.5.0-SNAPSHOT</karaf.empty.version>
50                 <surefire.version>2.16</surefire.version>
51         </properties>
52         <repositories>
53
54     <!-- OpenDayLight Repo Mirror -->
55     <repository>
56       <id>opendaylight-mirror</id>
57       <name>opendaylight-mirror</name>
58       <url>${nexusproxy}/groups/public/</url>
59       <snapshots>
60           <enabled>false</enabled>
61       </snapshots>
62       <releases>
63           <enabled>true</enabled>
64           <updatePolicy>never</updatePolicy>
65       </releases>
66     </repository>
67     <!-- OpenDayLight Snapshot artifact -->
68     <repository>
69       <id>opendaylight-snapshot</id>
70       <name>opendaylight-snapshot</name>
71       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
72       <snapshots>
73           <enabled>true</enabled>
74       </snapshots>
75       <releases>
76           <enabled>false</enabled>
77       </releases>
78     </repository>
79     <repository>
80       <id>opendaylight-snapshot-release</id>
81       <name>opendaylight-snapshot-release</name>
82       <url>${nexusproxy}/repositories/opendaylight.release/</url>
83       <snapshots>
84           <enabled>false</enabled>
85       </snapshots>
86       <releases>
87           <enabled>true</enabled>
88       </releases>
89     </repository>
90     <repository>
91                         <id>maven-restlet</id>
92                         <name>Public online Restlet repository</name>
93                         <url>http://maven.restlet.org</url>
94                         <snapshots>
95                                 <enabled>true</enabled>
96                                 <updatePolicy>never</updatePolicy>
97                         </snapshots>
98                 </repository>
99   </repositories>
100   
101     <pluginRepositories>
102     <!-- OpenDayLight Repo Mirror -->
103     <pluginRepository>
104       <id>opendaylight-mirror</id>
105       <name>opendaylight-mirror</name>
106       <url>${nexusproxy}/groups/public/</url>
107       <snapshots>
108           <enabled>false</enabled>
109       </snapshots>
110       <releases>
111           <enabled>true</enabled>
112           <updatePolicy>never</updatePolicy>
113       </releases>
114     </pluginRepository>
115     <!-- OpenDayLight Snapshot artifact -->
116     <pluginRepository>
117       <id>opendaylight-snapshot</id>
118       <name>opendaylight-snapshot</name>
119       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
120       <snapshots>
121           <enabled>true</enabled>
122       </snapshots>
123       <releases>
124           <enabled>false</enabled>
125       </releases>
126     </pluginRepository>
127   </pluginRepositories>
128
129         <distributionManagement>
130                 <!-- OpenDayLight Released artifact -->
131                 <repository>
132                         <id>opendaylight-release</id>
133                         <url>${nexusproxy}/repositories/opendaylight.release/</url>
134                 </repository>
135                 <!-- OpenDayLight Snapshot artifact -->
136                 <snapshotRepository>
137                         <id>opendaylight-snapshot</id>
138                         <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
139                 </snapshotRepository>
140                 <!-- Site deployment -->
141         </distributionManagement>
142
143         <dependencyManagement>
144                 <dependencies>
145                         <dependency>
146                                 <groupId>org.opendaylight.controller</groupId>
147                                 <artifactId>clustering.services</artifactId>
148                                 <version>0.6.0-SNAPSHOT</version>
149                         </dependency>
150                         <dependency>
151                                 <groupId>org.opendaylight.controller</groupId>
152                                 <artifactId>config-util</artifactId>
153                                 <version>0.3.0-SNAPSHOT</version>
154                         </dependency>
155                         <dependency>
156                         <groupId>org.opendaylight.controller</groupId>
157                         <artifactId>threadpool-config-impl</artifactId>
158                         <version>0.3.0-SNAPSHOT</version>
159                 </dependency>
160                         <dependency>
161                                 <groupId>org.opendaylight.yangtools</groupId>
162                                 <artifactId>yang-binding</artifactId>
163                                 <version>0.7.0-SNAPSHOT</version>
164                         </dependency>
165                         <dependency>
166                                 <groupId>org.opendaylight.yangtools</groupId>
167                                 <artifactId>yang-common</artifactId>
168                                 <version>0.7.0-SNAPSHOT</version>
169                         </dependency>
170                         <dependency>
171                                 <groupId>org.opendaylight.yangtools</groupId>
172                                 <artifactId>yang-data-api</artifactId>
173                                 <version>0.7.0-SNAPSHOT</version>
174                         </dependency>
175                         <dependency>
176                                 <groupId>org.opendaylight.yangtools</groupId>
177                                 <artifactId>yang-model-api</artifactId>
178                                 <version>0.7.0-SNAPSHOT</version>
179                         </dependency>
180                         <dependency>
181                                 <groupId>org.opendaylight.yangtools</groupId>
182                                 <artifactId>yang-data-util</artifactId>
183                                 <version>0.7.0-SNAPSHOT</version>
184                         </dependency>
185                         <dependency>
186                                 <groupId>org.opendaylight.yangtools.model</groupId>
187                                 <artifactId>ietf-inet-types</artifactId>
188                                 <version>2010.09.24.7-SNAPSHOT</version>
189                         </dependency>
190                         <dependency>
191                                 <groupId>org.opendaylight.yangtools.model</groupId>
192                                 <artifactId>ietf-yang-types</artifactId>
193                                 <version>2010.09.24.7-SNAPSHOT</version>
194                         </dependency>
195                         <dependency>
196                                 <groupId>com.google.guava</groupId>
197                                 <artifactId>guava</artifactId>
198                                 <version>${guava.version}</version>
199                         </dependency>
200                         <dependency>
201                                 <groupId>org.opendaylight.controller</groupId>
202                                 <artifactId>sal</artifactId>
203                                 <version>0.9.0-SNAPSHOT</version>
204                         </dependency>
205                         <dependency>
206                                 <groupId>junit</groupId>
207                                 <artifactId>junit</artifactId>
208                                 <version>4.8.1</version>
209                         </dependency>
210                         <dependency>
211                                 <groupId>org.hamcrest</groupId>
212                                 <artifactId>hamcrest-core</artifactId>
213                                 <version>1.3</version>
214                         </dependency>
215                         <dependency>
216                                 <groupId>org.jmock</groupId>
217                                 <artifactId>jmock-junit4</artifactId>
218                                 <version>2.6.0</version>
219                         </dependency>
220                         <dependency>
221                                 <groupId>org.jmock</groupId>
222                                 <artifactId>jmock-legacy</artifactId>
223                                 <version>2.6.0</version>
224                         </dependency>
225                         <dependency>
226                                 <groupId>junit-addons</groupId>
227                                 <artifactId>junit-addons</artifactId>
228                                 <version>1.4</version>
229                         </dependency>
230                         <dependency>
231                                 <groupId>equinoxSDK381</groupId>
232                                 <artifactId>org.eclipse.osgi</artifactId>
233                                 <version>3.8.1.v20120830-144521</version>
234                         </dependency>
235                         <dependency>
236                                 <groupId>org.opendaylight.controller</groupId>
237                                 <artifactId>sal-binding-api</artifactId>
238                                 <version>${mdsal.version}</version>
239                         </dependency>
240                         <dependency>
241                                 <groupId>org.opendaylight.controller</groupId>
242                                 <artifactId>sal-common-util</artifactId>
243                                 <version>${mdsal.version}</version>
244                         </dependency>
245                         <dependency>
246                                 <groupId>org.opendaylight.controller</groupId>
247                                 <artifactId>config-api</artifactId>
248                                 <version>0.3.0-SNAPSHOT</version>
249                         </dependency>
250             <dependency>
251               <groupId>org.opendaylight.lispflowmapping</groupId>
252               <artifactId>mappingservice.yangmodel</artifactId>
253               <version>${lispflowmapping.version}</version>
254             </dependency>
255             <dependency>
256               <groupId>org.opendaylight.lispflowmapping</groupId>
257               <artifactId>mappingservice.api</artifactId>
258               <version>${lispflowmapping.version}</version>
259             </dependency>
260             <dependency>
261               <groupId>org.opendaylight.lispflowmapping</groupId>
262               <artifactId>mappingservice.config</artifactId>
263               <version>${lispflowmapping.version}</version>
264             </dependency>
265             <dependency>
266               <groupId>org.opendaylight.lispflowmapping</groupId>
267               <artifactId>mappingservice.implementation</artifactId>
268               <version>${lispflowmapping.version}</version>
269             </dependency>
270             <dependency>
271                 <groupId>org.opendaylight.lispflowmapping</groupId>
272                 <artifactId>mappingservice.clusterdao</artifactId>
273                 <version>${lispflowmapping.version}</version>
274             </dependency>
275             <dependency>
276               <groupId>org.opendaylight.lispflowmapping</groupId>
277               <artifactId>mappingservice.southbound</artifactId>
278               <version>${lispflowmapping.version}</version>
279             </dependency>
280             <dependency>
281               <groupId>org.opendaylight.lispflowmapping</groupId>
282               <artifactId>mappingservice.northbound</artifactId>
283               <version>${lispflowmapping.version}</version>
284             </dependency>
285             <dependency>
286               <groupId>org.opendaylight.lispflowmapping</groupId>
287               <artifactId>mappingservice.neutron</artifactId>
288               <version>${lispflowmapping.version}</version>
289             </dependency>            
290                 <dependency>
291                         <groupId>org.opendaylight.lispflowmapping</groupId>
292                         <artifactId>common.unittest.tools</artifactId>
293                         <version>${lispflowmapping.version}</version>
294                         <scope>test</scope>
295                 </dependency>
296                 <dependency>
297                         <groupId>org.opendaylight.lispflowmapping</groupId>
298                         <artifactId>common.build.tools</artifactId>
299                         <version>${lispflowmapping.version}</version>
300                 </dependency>
301                 <dependency>
302                         <groupId>org.opendaylight.lispflowmapping</groupId>
303                         <artifactId>lispflowmapping-code-commons</artifactId>
304                         <version>${lispflowmapping.version}</version>
305                 </dependency>
306                 <dependency>
307                         <groupId>org.opendaylight.lispflowmapping</groupId>
308                         <artifactId>lispflowmapping-commons</artifactId>
309                         <version>${lispflowmapping.version}</version>
310                 </dependency>
311                 
312                 <dependency>
313               <groupId>org.opendaylight.lispflowmapping</groupId>
314               <artifactId>mappingservice.netconf</artifactId>
315               <version>${lispflowmapping.version}</version>
316             </dependency>
317                 </dependencies>
318         </dependencyManagement>
319
320         <reporting>
321                 <excludeDefaults>true</excludeDefaults>
322                 <outputDirectory>${project.build.directory}/site</outputDirectory>
323                 <plugins>
324                         <plugin>
325                                 <groupId>org.apache.maven.plugins</groupId>
326                                 <artifactId>maven-project-info-reports-plugin</artifactId>
327                                 <version>${projectinfo}</version>
328                                 <configuration>
329                                         <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
330                                         <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
331                                 </configuration>
332                                 <reportSets>
333                                         <reportSet>
334                                                 <reports>
335                                                         <report>index</report>
336                                                         <report>project-team</report>
337                                                         <report>license</report>
338                                                         <report>mailing-list</report>
339                                                         <report>plugin-management</report>
340                                                         <report>cim</report>
341                                                         <report>issue-tracking</report>
342                                                         <report>scm</report>
343                                                         <report>summary</report>
344                                                 </reports>
345                                         </reportSet>
346                                 </reportSets>
347                         </plugin>
348                         <plugin>
349                                 <groupId>org.apache.maven.plugins</groupId>
350                                 <artifactId>maven-jxr-plugin</artifactId>
351                                 <version>2.3</version>
352                                 <configuration>
353                                         <aggregate>true</aggregate>
354                                         <linkJavadoc>true</linkJavadoc>
355                                 </configuration>
356                         </plugin>
357                         <plugin>
358                                 <groupId>org.apache.maven.plugins</groupId>
359                                 <artifactId>maven-javadoc-plugin</artifactId>
360                                 <version>2.8.1</version>
361                                 <configuration>
362                                         <doclet>org.jboss.apiviz.APIviz</doclet>
363                                         <docletArtifact>
364                                                 <groupId>org.jboss.apiviz</groupId>
365                                                 <artifactId>apiviz</artifactId>
366                                                 <version>1.3.2.GA</version>
367                                         </docletArtifact>
368                                         <finalName>${project.artifactId}-${build.suffix}</finalName>
369                                         <useStandardDocletOptions>true</useStandardDocletOptions>
370                                         <charset>UTF-8</charset>
371                                         <encoding>UTF-8</encoding>
372                                         <docencoding>UTF-8</docencoding>
373                                         <breakiterator>true</breakiterator>
374                                         <version>true</version>
375                                         <author>true</author>
376                                         <keywords>true</keywords>
377                                         <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
378                                 </configuration>
379                         </plugin>
380                 </plugins>
381         </reporting>
382         <build>
383                 <pluginManagement>
384                         <plugins>
385                         <plugin>
386           <groupId>org.apache.maven.plugins</groupId>
387           <artifactId>maven-release-plugin</artifactId>
388           <version>${releaseplugin.version}</version>
389         </plugin>
390                                 <plugin>
391                                         <groupId>org.jacoco</groupId>
392                                         <artifactId>jacoco-maven-plugin</artifactId>
393                                         <version>${jacoco.version}</version>
394                                 </plugin>
395                                 <plugin>
396                                         <groupId>org.apache.felix</groupId>
397                                         <artifactId>maven-bundle-plugin</artifactId>
398                                         <version>2.4.0</version>
399                                         <extensions>true</extensions>
400                                         <configuration>
401                                                 <manifestLocation>${project.basedir}/META-INF</manifestLocation>
402                                         </configuration>
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                                         <groupId>org.apache.maven.plugins</groupId>
411                                         <artifactId>maven-compiler-plugin</artifactId>
412                                         <version>2.3.2</version>
413                                         <configuration>
414                                                 <source>1.7</source>
415                                                 <target>1.7</target>
416                                         </configuration>
417                                 </plugin>
418                                 <plugin>
419                                         <groupId>org.apache.maven.plugins</groupId>
420                                         <artifactId>maven-dependency-plugin</artifactId>
421                                         <version>2.8</version>
422                                 </plugin>
423                                 <plugin>
424                                         <groupId>org.apache.maven.plugins</groupId>
425                                         <artifactId>maven-surefire-plugin</artifactId>
426                                         <version>2.14.1</version>
427                                 </plugin>
428                                 <plugin>
429                                         <groupId>org.opendaylight.yangtools</groupId>
430                                         <artifactId>yang-maven-plugin</artifactId>
431                                         <version>0.7.0-SNAPSHOT</version>
432                                         <executions>
433                                                 <execution>
434                                                         <goals>
435                                                                 <goal>generate-sources</goal>
436                                                         </goals>
437                                                         <configuration>
438                                                                 <yangFilesRootDir>src/main/yang</yangFilesRootDir>
439                                                                 <codeGenerators>
440                                                                         <generator>
441                                                                                 <codeGeneratorClass>
442                                                                                         org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
443                                                                                 </codeGeneratorClass>
444                                                                                 <outputBaseDir>
445                                                                                         target/generated-sources/sal
446                                                                                 </outputBaseDir>
447                                                                         </generator>
448                                                                 </codeGenerators>
449                                                                 <inspectDependencies>true</inspectDependencies>
450                                                         </configuration>
451                                                 </execution>
452                                         </executions>
453                                         <dependencies>
454                                                 <dependency>
455                                                         <groupId>org.opendaylight.yangtools</groupId>
456                                                         <artifactId>maven-sal-api-gen-plugin</artifactId>
457                                                         <version>0.7.0-SNAPSHOT</version>
458                                                         <type>jar</type>
459                                                 </dependency>
460                                         </dependencies>
461                                 </plugin>
462                                 <plugin>
463                                         <groupId>org.codehaus.mojo</groupId>
464                                         <artifactId>build-helper-maven-plugin</artifactId>
465                                         <version>1.7</version>
466                                         <executions>
467                                                 <execution>
468                                                         <phase>generate-sources</phase>
469                                                         <goals>
470                                                                 <goal>add-source</goal>
471                                                         </goals>
472                                                         <configuration>
473                                                                 <sources>
474                                                                         <source>target/generated-sources/sal</source>
475                                                                 </sources>
476                                                         </configuration>
477                                                 </execution>
478                                         </executions>
479                                 </plugin>
480                                 <plugin>
481                                         <groupId>org.eclipse.m2e</groupId>
482                                         <artifactId>lifecycle-mapping</artifactId>
483                                         <version>1.0.0</version>
484                                         <configuration>
485                                                 <lifecycleMappingMetadata>
486                                                         <pluginExecutions>
487                                                                 <pluginExecution>
488                                                                         <pluginExecutionFilter>
489                                                                                 <groupId>org.codehaus.mojo</groupId>
490                                                                                 <artifactId>properties-maven-plugin</artifactId>
491                                                                                 <versionRange>[0.0,)</versionRange>
492                                                                                 <goals>
493                                                                                         <goal>set-system-properties</goal>
494                                                                                 </goals>
495                                                                         </pluginExecutionFilter>
496                                                                         <action>
497                                                                                 <ignore />
498                                                                         </action>
499                                                                 </pluginExecution>
500                                                                 <pluginExecution>
501                                                                         <pluginExecutionFilter>
502                                                                                 <groupId>org.codehaus.enunciate</groupId>
503                                                                                 <artifactId>maven-enunciate-plugin</artifactId>
504                                                                                 <versionRange>[0.0,)</versionRange>
505                                                                                 <goals>
506                                                                                         <goal>docs</goal>
507                                                                                 </goals>
508                                                                         </pluginExecutionFilter>
509                                                                         <action>
510                                                                                 <ignore />
511                                                                         </action>
512                                                                 </pluginExecution>
513                                                                 <pluginExecution>
514                                                                         <pluginExecutionFilter>
515                                                                                 <groupId>org.jacoco</groupId>
516                                                                                 <artifactId>jacoco-maven-plugin</artifactId>
517                                                                                 <versionRange>[0.0,)</versionRange>
518                                                                                 <goals>
519                                                                                         <goal>prepare-agent</goal>
520                                                                                         <goal>pre-test</goal>
521                                                                                         <goal>post-test</goal>
522                                                                                 </goals>
523                                                                         </pluginExecutionFilter>
524                                                                         <action>
525                                                                                 <ignore />
526                                                                         </action>
527                                                                 </pluginExecution>
528                                                                 <pluginExecution>
529                                                                         <pluginExecutionFilter>
530                                                                                 <groupId>org.ops4j.pax.exam</groupId>
531                                                                                 <artifactId>maven-paxexam-plugin</artifactId>
532                                                                                 <versionRange>[1.2.4,)</versionRange>
533                                                                                 <goals>
534                                                                                         <goal>generate-depends-file</goal>
535                                                                                 </goals>
536                                                                         </pluginExecutionFilter>
537                                                                         <action>
538                                                                                 <ignore />
539                                                                         </action>
540                                                                 </pluginExecution>
541                                                                 <pluginExecution>
542                                                                         <pluginExecutionFilter>
543                                                                                 <groupId>org.apache.maven.plugins</groupId>
544                                                                                 <artifactId>maven-checkstyle-plugin</artifactId>
545                                                                                 <versionRange>[2.0,)</versionRange>
546                                                                                 <goals>
547                                                                                         <goal>check</goal>
548                                                                                 </goals>
549                                                                         </pluginExecutionFilter>
550                                                                         <action>
551                                                                                 <ignore />
552                                                                         </action>
553                                                                 </pluginExecution>
554                                                                 <pluginExecution>
555                                                                         <pluginExecutionFilter>
556                                                                                 <groupId>org.opendaylight.yangtools</groupId>
557                                                                                 <artifactId>yang-maven-plugin</artifactId>
558                                                                                 <versionRange>[0.5,)</versionRange>
559                                                                                 <goals>
560                                                                                         <goal>generate-sources </goal>
561                                                                                 </goals>
562                                                                         </pluginExecutionFilter>
563                                                                         <action>
564                                                                                 <ignore />
565                                                                         </action>
566                                                                 </pluginExecution>
567                                                         </pluginExecutions>
568                                                 </lifecycleMappingMetadata>
569                                         </configuration>
570                                 </plugin>
571                                 <plugin>
572                                         <groupId>org.codehaus.enunciate</groupId>
573                                         <artifactId>maven-enunciate-plugin</artifactId>
574                                         <version>${enunciate.version}</version>
575                                         <configuration>
576                                                 <configFile>enunciate.xml</configFile>
577                                         </configuration>
578                                         <executions>
579                                                 <execution>
580                                                         <goals>
581                                                                 <goal>docs</goal>
582                                                         </goals>
583                                                 </execution>
584                                         </executions>
585                                 </plugin>
586                                 <plugin>
587                                         <groupId>org.apache.maven.plugins</groupId>
588                                         <artifactId>maven-javadoc-plugin</artifactId>
589                                         <version>2.8.1</version>
590                                         <configuration>
591                                                 <doclet>org.jboss.apiviz.APIviz</doclet>
592                                                 <docletArtifact>
593                                                         <groupId>org.jboss.apiviz</groupId>
594                                                         <artifactId>apiviz</artifactId>
595                                                         <version>1.3.2.GA</version>
596                                                 </docletArtifact>
597                                                 <finalName>${project.artifactId}-1.0.0</finalName>
598                                                 <useStandardDocletOptions>true</useStandardDocletOptions>
599                                                 <charset>UTF-8</charset>
600                                                 <encoding>UTF-8</encoding>
601                                                 <docencoding>UTF-8</docencoding>
602                                                 <breakiterator>true</breakiterator>
603                                                 <version>true</version>
604                                                 <author>true</author>
605                                                 <keywords>true</keywords>
606                                                 <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
607                                                 <failOnError>false</failOnError>
608                                         </configuration>
609                                 </plugin>
610                                 <plugin>
611                                         <groupId>org.apache.maven.plugins</groupId>
612                                         <artifactId>maven-jxr-plugin</artifactId>
613                                         <version>2.3</version>
614                                         <configuration>
615                                                 <aggregate>true</aggregate>
616                                                 <linkJavadoc>true</linkJavadoc>
617                                                 <javadocDir>target/apidocs</javadocDir>
618                                         </configuration>
619                                 </plugin>
620                         </plugins>
621                 </pluginManagement>
622                 <plugins>
623      <plugin>
624        <groupId>org.jacoco</groupId>
625        <artifactId>jacoco-maven-plugin</artifactId>
626        <configuration>
627          <includes>
628            <include>org.opendaylight.lispflowmapping.*</include> 
629          </includes>
630        </configuration>
631        <executions>
632          <execution>
633            <id>pre-test</id>
634            <goals>
635              <goal>prepare-agent</goal>
636            </goals>
637          </execution>
638          <execution>
639            <id>post-test</id>
640            <goals>
641              <goal>report</goal>
642            </goals>
643            <phase>test</phase>
644          </execution>
645        </executions>
646      </plugin>
647    </plugins>
648         </build>
649
650 </project>