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