Expand implementation of Neutron Service APIs in Lisp
[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>mappingservice.neutron</artifactId>
278               <version>${lispflowmapping.version}</version>
279             </dependency>            
280                 <dependency>
281                         <groupId>org.opendaylight.lispflowmapping</groupId>
282                         <artifactId>common.unittest.tools</artifactId>
283                         <version>${lispflowmapping.version}</version>
284                         <scope>test</scope>
285                 </dependency>
286                 <dependency>
287                         <groupId>org.opendaylight.lispflowmapping</groupId>
288                         <artifactId>common.build.tools</artifactId>
289                         <version>${lispflowmapping.version}</version>
290                 </dependency>
291                 <dependency>
292                         <groupId>org.opendaylight.lispflowmapping</groupId>
293                         <artifactId>lispflowmapping-code-commons</artifactId>
294                         <version>${lispflowmapping.version}</version>
295                 </dependency>
296                 <dependency>
297                         <groupId>org.opendaylight.lispflowmapping</groupId>
298                         <artifactId>lispflowmapping-commons</artifactId>
299                         <version>${lispflowmapping.version}</version>
300                 </dependency>
301                 </dependencies>
302         </dependencyManagement>
303
304         <reporting>
305                 <excludeDefaults>true</excludeDefaults>
306                 <outputDirectory>${project.build.directory}/site</outputDirectory>
307                 <plugins>
308                         <plugin>
309                                 <groupId>org.apache.maven.plugins</groupId>
310                                 <artifactId>maven-project-info-reports-plugin</artifactId>
311                                 <version>${projectinfo}</version>
312                                 <configuration>
313                                         <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
314                                         <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
315                                 </configuration>
316                                 <reportSets>
317                                         <reportSet>
318                                                 <reports>
319                                                         <report>index</report>
320                                                         <report>project-team</report>
321                                                         <report>license</report>
322                                                         <report>mailing-list</report>
323                                                         <report>plugin-management</report>
324                                                         <report>cim</report>
325                                                         <report>issue-tracking</report>
326                                                         <report>scm</report>
327                                                         <report>summary</report>
328                                                 </reports>
329                                         </reportSet>
330                                 </reportSets>
331                         </plugin>
332                         <plugin>
333                                 <groupId>org.apache.maven.plugins</groupId>
334                                 <artifactId>maven-jxr-plugin</artifactId>
335                                 <version>2.3</version>
336                                 <configuration>
337                                         <aggregate>true</aggregate>
338                                         <linkJavadoc>true</linkJavadoc>
339                                 </configuration>
340                         </plugin>
341                         <plugin>
342                                 <groupId>org.apache.maven.plugins</groupId>
343                                 <artifactId>maven-javadoc-plugin</artifactId>
344                                 <version>2.8.1</version>
345                                 <configuration>
346                                         <doclet>org.jboss.apiviz.APIviz</doclet>
347                                         <docletArtifact>
348                                                 <groupId>org.jboss.apiviz</groupId>
349                                                 <artifactId>apiviz</artifactId>
350                                                 <version>1.3.2.GA</version>
351                                         </docletArtifact>
352                                         <finalName>${project.artifactId}-${build.suffix}</finalName>
353                                         <useStandardDocletOptions>true</useStandardDocletOptions>
354                                         <charset>UTF-8</charset>
355                                         <encoding>UTF-8</encoding>
356                                         <docencoding>UTF-8</docencoding>
357                                         <breakiterator>true</breakiterator>
358                                         <version>true</version>
359                                         <author>true</author>
360                                         <keywords>true</keywords>
361                                         <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
362                                 </configuration>
363                         </plugin>
364                 </plugins>
365         </reporting>
366         <build>
367                 <pluginManagement>
368                         <plugins>
369                         <plugin>
370           <groupId>org.apache.maven.plugins</groupId>
371           <artifactId>maven-release-plugin</artifactId>
372           <version>${releaseplugin.version}</version>
373         </plugin>
374                                 <plugin>
375                                         <groupId>org.jacoco</groupId>
376                                         <artifactId>jacoco-maven-plugin</artifactId>
377                                         <version>${jacoco.version}</version>
378                                 </plugin>
379                                 <plugin>
380                                         <groupId>org.apache.felix</groupId>
381                                         <artifactId>maven-bundle-plugin</artifactId>
382                                         <version>2.3.6</version>
383                                         <extensions>true</extensions>
384                                         <configuration>
385                                                 <manifestLocation>${project.basedir}/META-INF</manifestLocation>
386                                         </configuration>
387                                 </plugin>
388                                 <plugin>
389                                         <groupId>org.apache.maven.plugins</groupId>
390                                         <artifactId>maven-assembly-plugin</artifactId>
391                                         <version>2.4</version>
392                                 </plugin>
393                                 <plugin>
394                                         <groupId>org.apache.maven.plugins</groupId>
395                                         <artifactId>maven-compiler-plugin</artifactId>
396                                         <version>2.3.2</version>
397                                         <configuration>
398                                                 <source>1.7</source>
399                                                 <target>1.7</target>
400                                         </configuration>
401                                 </plugin>
402                                 <plugin>
403                                         <groupId>org.apache.maven.plugins</groupId>
404                                         <artifactId>maven-dependency-plugin</artifactId>
405                                         <version>2.8</version>
406                                 </plugin>
407                                 <plugin>
408                                         <groupId>org.apache.maven.plugins</groupId>
409                                         <artifactId>maven-surefire-plugin</artifactId>
410                                         <version>2.14.1</version>
411                                 </plugin>
412                                 <plugin>
413                                         <groupId>org.opendaylight.yangtools</groupId>
414                                         <artifactId>yang-maven-plugin</artifactId>
415                                         <version>0.6.2-SNAPSHOT</version>
416                                         <executions>
417                                                 <execution>
418                                                         <goals>
419                                                                 <goal>generate-sources</goal>
420                                                         </goals>
421                                                         <configuration>
422                                                                 <yangFilesRootDir>src/main/yang</yangFilesRootDir>
423                                                                 <codeGenerators>
424                                                                         <generator>
425                                                                                 <codeGeneratorClass>
426                                                                                         org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
427                                                                                 </codeGeneratorClass>
428                                                                                 <outputBaseDir>
429                                                                                         target/generated-sources/sal
430                                                                                 </outputBaseDir>
431                                                                         </generator>
432                                                                 </codeGenerators>
433                                                                 <inspectDependencies>true</inspectDependencies>
434                                                         </configuration>
435                                                 </execution>
436                                         </executions>
437                                         <dependencies>
438                                                 <dependency>
439                                                         <groupId>org.opendaylight.yangtools</groupId>
440                                                         <artifactId>maven-sal-api-gen-plugin</artifactId>
441                                                         <version>0.6.2-SNAPSHOT</version>
442                                                         <type>jar</type>
443                                                 </dependency>
444                                         </dependencies>
445                                 </plugin>
446                                 <plugin>
447                                         <groupId>org.codehaus.mojo</groupId>
448                                         <artifactId>build-helper-maven-plugin</artifactId>
449                                         <version>1.7</version>
450                                         <executions>
451                                                 <execution>
452                                                         <phase>generate-sources</phase>
453                                                         <goals>
454                                                                 <goal>add-source</goal>
455                                                         </goals>
456                                                         <configuration>
457                                                                 <sources>
458                                                                         <source>target/generated-sources/sal</source>
459                                                                 </sources>
460                                                         </configuration>
461                                                 </execution>
462                                         </executions>
463                                 </plugin>
464                                 <plugin>
465                                         <groupId>org.eclipse.m2e</groupId>
466                                         <artifactId>lifecycle-mapping</artifactId>
467                                         <version>1.0.0</version>
468                                         <configuration>
469                                                 <lifecycleMappingMetadata>
470                                                         <pluginExecutions>
471                                                                 <pluginExecution>
472                                                                         <pluginExecutionFilter>
473                                                                                 <groupId>org.codehaus.mojo</groupId>
474                                                                                 <artifactId>properties-maven-plugin</artifactId>
475                                                                                 <versionRange>[0.0,)</versionRange>
476                                                                                 <goals>
477                                                                                         <goal>set-system-properties</goal>
478                                                                                 </goals>
479                                                                         </pluginExecutionFilter>
480                                                                         <action>
481                                                                                 <ignore />
482                                                                         </action>
483                                                                 </pluginExecution>
484                                                                 <pluginExecution>
485                                                                         <pluginExecutionFilter>
486                                                                                 <groupId>org.codehaus.enunciate</groupId>
487                                                                                 <artifactId>maven-enunciate-plugin</artifactId>
488                                                                                 <versionRange>[0.0,)</versionRange>
489                                                                                 <goals>
490                                                                                         <goal>docs</goal>
491                                                                                 </goals>
492                                                                         </pluginExecutionFilter>
493                                                                         <action>
494                                                                                 <ignore />
495                                                                         </action>
496                                                                 </pluginExecution>
497                                                                 <pluginExecution>
498                                                                         <pluginExecutionFilter>
499                                                                                 <groupId>org.jacoco</groupId>
500                                                                                 <artifactId>jacoco-maven-plugin</artifactId>
501                                                                                 <versionRange>[0.0,)</versionRange>
502                                                                                 <goals>
503                                                                                         <goal>prepare-agent</goal>
504                                                                                         <goal>pre-test</goal>
505                                                                                         <goal>post-test</goal>
506                                                                                 </goals>
507                                                                         </pluginExecutionFilter>
508                                                                         <action>
509                                                                                 <ignore />
510                                                                         </action>
511                                                                 </pluginExecution>
512                                                                 <pluginExecution>
513                                                                         <pluginExecutionFilter>
514                                                                                 <groupId>org.ops4j.pax.exam</groupId>
515                                                                                 <artifactId>maven-paxexam-plugin</artifactId>
516                                                                                 <versionRange>[1.2.4,)</versionRange>
517                                                                                 <goals>
518                                                                                         <goal>generate-depends-file</goal>
519                                                                                 </goals>
520                                                                         </pluginExecutionFilter>
521                                                                         <action>
522                                                                                 <ignore />
523                                                                         </action>
524                                                                 </pluginExecution>
525                                                                 <pluginExecution>
526                                                                         <pluginExecutionFilter>
527                                                                                 <groupId>org.apache.maven.plugins</groupId>
528                                                                                 <artifactId>maven-checkstyle-plugin</artifactId>
529                                                                                 <versionRange>[2.0,)</versionRange>
530                                                                                 <goals>
531                                                                                         <goal>check</goal>
532                                                                                 </goals>
533                                                                         </pluginExecutionFilter>
534                                                                         <action>
535                                                                                 <ignore />
536                                                                         </action>
537                                                                 </pluginExecution>
538                                                                 <pluginExecution>
539                                                                         <pluginExecutionFilter>
540                                                                                 <groupId>org.opendaylight.yangtools</groupId>
541                                                                                 <artifactId>yang-maven-plugin</artifactId>
542                                                                                 <versionRange>[0.5,)</versionRange>
543                                                                                 <goals>
544                                                                                         <goal>generate-sources </goal>
545                                                                                 </goals>
546                                                                         </pluginExecutionFilter>
547                                                                         <action>
548                                                                                 <ignore />
549                                                                         </action>
550                                                                 </pluginExecution>
551                                                         </pluginExecutions>
552                                                 </lifecycleMappingMetadata>
553                                         </configuration>
554                                 </plugin>
555                                 <plugin>
556                                         <groupId>org.codehaus.enunciate</groupId>
557                                         <artifactId>maven-enunciate-plugin</artifactId>
558                                         <version>${enunciate.version}</version>
559                                         <configuration>
560                                                 <configFile>enunciate.xml</configFile>
561                                         </configuration>
562                                         <executions>
563                                                 <execution>
564                                                         <goals>
565                                                                 <goal>docs</goal>
566                                                         </goals>
567                                                 </execution>
568                                         </executions>
569                                 </plugin>
570                                 <plugin>
571                                         <groupId>org.apache.maven.plugins</groupId>
572                                         <artifactId>maven-javadoc-plugin</artifactId>
573                                         <version>2.8.1</version>
574                                         <configuration>
575                                                 <doclet>org.jboss.apiviz.APIviz</doclet>
576                                                 <docletArtifact>
577                                                         <groupId>org.jboss.apiviz</groupId>
578                                                         <artifactId>apiviz</artifactId>
579                                                         <version>1.3.2.GA</version>
580                                                 </docletArtifact>
581                                                 <finalName>${project.artifactId}-1.0.0</finalName>
582                                                 <useStandardDocletOptions>true</useStandardDocletOptions>
583                                                 <charset>UTF-8</charset>
584                                                 <encoding>UTF-8</encoding>
585                                                 <docencoding>UTF-8</docencoding>
586                                                 <breakiterator>true</breakiterator>
587                                                 <version>true</version>
588                                                 <author>true</author>
589                                                 <keywords>true</keywords>
590                                                 <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
591                                                 <failOnError>false</failOnError>
592                                         </configuration>
593                                 </plugin>
594                                 <plugin>
595                                         <groupId>org.apache.maven.plugins</groupId>
596                                         <artifactId>maven-jxr-plugin</artifactId>
597                                         <version>2.3</version>
598                                         <configuration>
599                                                 <aggregate>true</aggregate>
600                                                 <linkJavadoc>true</linkJavadoc>
601                                                 <javadocDir>target/apidocs</javadocDir>
602                                         </configuration>
603                                 </plugin>
604                         </plugins>
605                 </pluginManagement>
606                 <plugins>
607      <plugin>
608        <groupId>org.jacoco</groupId>
609        <artifactId>jacoco-maven-plugin</artifactId>
610        <configuration>
611          <includes>
612            <include>org.opendaylight.lispflowmapping.*</include> 
613          </includes>
614        </configuration>
615        <executions>
616          <execution>
617            <id>pre-test</id>
618            <goals>
619              <goal>prepare-agent</goal>
620            </goals>
621          </execution>
622          <execution>
623            <id>post-test</id>
624            <goals>
625              <goal>report</goal>
626            </goals>
627            <phase>test</phase>
628          </execution>
629        </executions>
630      </plugin>
631    </plugins>
632         </build>
633
634 </project>