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