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