Bump versions by x.(y+1).z
[lispflowmapping.git] / commons / parent / pom.xml
index f576861c0c37f186ffcd121c8aae727efdba24ac..20cb1c3e4ebe31ff3cb29d27f196168414cb2eff 100644 (file)
+<?xml version="1.0" encoding="UTF-8"?>
 <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">
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>org.opendaylight.lispflowmapping</groupId>
-       <artifactId>lispflowmapping-commons</artifactId>
-        <name>Parent POM</name>
-       <version>1.1.11-SNAPSHOT</version>
-       <description />
-       <packaging>pom</packaging>
-       <url>http://www.opendaylight.org</url>
-       <scm>
-               <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
-               <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
-               <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
-               <tag>HEAD</tag>
-       </scm>
-       <properties>
-               <lispflowmapping.version>1.1.11-SNAPSHOT</lispflowmapping.version>
-               <jacoco.version>0.6.2.201302030002</jacoco.version>
-               <enforcer.version>1.3.1</enforcer.version>
-               <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
-               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <projectinfo>2.6</projectinfo>
-               <enunciate.version>1.26.2</enunciate.version>
-               <guava.version>14.0.1</guava.version>
-               <build.suffix>1.0.0</build.suffix>
-               <yangtools.binding.version>0.6.1</yangtools.binding.version>
-               <yang.binding.version>0.6.1</yang.binding.version>
-               <yang.version>0.6.1</yang.version>
-               <yang.codegen.version>0.6.1</yang.codegen.version>
-               <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
-               <sonar.branch>${user.name}-develop</sonar.branch>
-               <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
-               <sonar.language>java</sonar.language>
-               <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
-               <statisticsmanager.version>0.5.0</statisticsmanager.version>
-               <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
-               <java.version.source>1.7</java.version.source>
-               <java.version.target>1.7</java.version.target>
-               <releaseplugin.version>2.3.2</releaseplugin.version>
-               <slf4j.version>1.7.2</slf4j.version>
-                <karaf.version>3.0.1</karaf.version>
-       </properties>
-       <repositories>
+  <modelVersion>4.0.0</modelVersion>
 
-    <!-- OpenDayLight Repo Mirror -->
-    <repository>
-      <id>opendaylight-mirror</id>
-      <name>opendaylight-mirror</name>
-      <url>${nexusproxy}/groups/public/</url>
-      <snapshots>
-          <enabled>false</enabled>
-      </snapshots>
-      <releases>
-          <enabled>true</enabled>
-          <updatePolicy>never</updatePolicy>
-      </releases>
-    </repository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <repository>
-      <id>opendaylight-snapshot</id>
-      <name>opendaylight-snapshot</name>
-      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-      <snapshots>
-          <enabled>true</enabled>
-      </snapshots>
-      <releases>
-          <enabled>false</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>opendaylight-snapshot-release</id>
-      <name>opendaylight-snapshot-release</name>
-      <url>${nexusproxy}/repositories/opendaylight.release/</url>
-      <snapshots>
-          <enabled>false</enabled>
-      </snapshots>
-      <releases>
-          <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-                       <id>maven-restlet</id>
-                       <name>Public online Restlet repository</name>
-                       <url>http://maven.restlet.org</url>
-                       <snapshots>
-                               <enabled>true</enabled>
-                               <updatePolicy>never</updatePolicy>
-                       </snapshots>
-               </repository>
-  </repositories>
-  
-    <pluginRepositories>
-    <!-- OpenDayLight Repo Mirror -->
-    <pluginRepository>
-      <id>opendaylight-mirror</id>
-      <name>opendaylight-mirror</name>
-      <url>${nexusproxy}/groups/public/</url>
-      <snapshots>
-          <enabled>false</enabled>
-      </snapshots>
-      <releases>
-          <enabled>true</enabled>
-          <updatePolicy>never</updatePolicy>
-      </releases>
-    </pluginRepository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <pluginRepository>
-      <id>opendaylight-snapshot</id>
-      <name>opendaylight-snapshot</name>
-      <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-      <snapshots>
-          <enabled>true</enabled>
-      </snapshots>
-      <releases>
-          <enabled>false</enabled>
-      </releases>
-    </pluginRepository>
-  </pluginRepositories>
+  <!-- NOTE: Tags we removed: SCM: We don't use maven to pull and push code, so
+             the SCM section does not appear to be needed. See http://maven.apache.org/scm/maven-scm-plugin/usage.html
 
-       <distributionManagement>
-               <!-- OpenDayLight Released artifact -->
-               <repository>
-                       <id>opendaylight-release</id>
-                       <url>${nexusproxy}/repositories/opendaylight.release/</url>
-               </repository>
-               <!-- OpenDayLight Snapshot artifact -->
-               <snapshotRepository>
-                       <id>opendaylight-snapshot</id>
-                       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-               </snapshotRepository>
-               <!-- Site deployment -->
-       </distributionManagement>
+       NOTE: Our ultimate goal is to remove this pom, and move everything in here
+             up to ODL parent or the root of this project, depending on
+             its relevance. Only the logical root should reference this file. -->
 
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>clustering.services</artifactId>
-                               <version>0.5.1-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-binding</artifactId>
-                               <version>0.6.2-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-common</artifactId>
-                               <version>0.6.2-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-data-api</artifactId>
-                               <version>0.6.2-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-model-api</artifactId>
-                               <version>0.6.2-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-data-util</artifactId>
-                               <version>0.6.2-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools.model</groupId>
-                               <artifactId>ietf-inet-types</artifactId>
-                               <version>2010.09.24.4-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools.model</groupId>
-                               <artifactId>ietf-yang-types</artifactId>
-                               <version>2010.09.24.4-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>com.google.guava</groupId>
-                               <artifactId>guava</artifactId>
-                               <version>${guava.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>sal</artifactId>
-                               <version>0.8.1-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>junit</groupId>
-                               <artifactId>junit</artifactId>
-                               <version>4.8.1</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.hamcrest</groupId>
-                               <artifactId>hamcrest-core</artifactId>
-                               <version>1.3</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.jmock</groupId>
-                               <artifactId>jmock-junit4</artifactId>
-                               <version>2.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.jmock</groupId>
-                               <artifactId>jmock-legacy</artifactId>
-                               <version>2.6.0</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>junit-addons</groupId>
-                               <artifactId>junit-addons</artifactId>
-                               <version>1.4</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>equinoxSDK381</groupId>
-                               <artifactId>org.eclipse.osgi</artifactId>
-                               <version>3.8.1.v20120830-144521</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>sal-binding-api</artifactId>
-                               <version>1.1-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>sal-common-util</artifactId>
-                               <version>1.1-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>config-api</artifactId>
-                               <version>0.2.5-SNAPSHOT</version>
-                       </dependency>
-            <dependency>
-              <groupId>org.opendaylight.lispflowmapping</groupId>
-              <artifactId>mappingservice.yangmodel</artifactId>
-              <version>${lispflowmapping.version}</version>
-            </dependency>
-            <dependency>
-              <groupId>org.opendaylight.lispflowmapping</groupId>
-              <artifactId>mappingservice.api</artifactId>
-              <version>${lispflowmapping.version}</version>
-            </dependency>
-            <dependency>
-              <groupId>org.opendaylight.lispflowmapping</groupId>
-              <artifactId>mappingservice.config</artifactId>
-              <version>${lispflowmapping.version}</version>
-            </dependency>
-            <dependency>
-              <groupId>org.opendaylight.lispflowmapping</groupId>
-              <artifactId>mappingservice.implementation</artifactId>
-              <version>${lispflowmapping.version}</version>
-            </dependency>
-            <dependency>
-               <groupId>org.opendaylight.lispflowmapping</groupId>
-               <artifactId>mappingservice.clusterdao</artifactId>
-               <version>${lispflowmapping.version}</version>
-            </dependency>
-            <dependency>
-              <groupId>org.opendaylight.lispflowmapping</groupId>
-              <artifactId>mappingservice.southbound</artifactId>
-              <version>${lispflowmapping.version}</version>
-            </dependency>
-            <dependency>
-              <groupId>org.opendaylight.lispflowmapping</groupId>
-              <artifactId>mappingservice.northbound</artifactId>
-              <version>${lispflowmapping.version}</version>
-            </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.lispflowmapping</groupId>
-                       <artifactId>common.unittest.tools</artifactId>
-                       <version>${lispflowmapping.version}</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.lispflowmapping</groupId>
-                       <artifactId>common.build.tools</artifactId>
-                       <version>${lispflowmapping.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.lispflowmapping</groupId>
-                       <artifactId>lispflowmapping-code-commons</artifactId>
-                       <version>${lispflowmapping.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.lispflowmapping</groupId>
-                       <artifactId>lispflowmapping-commons</artifactId>
-                       <version>${lispflowmapping.version}</version>
-               </dependency>
-               </dependencies>
-       </dependencyManagement>
+  <parent>
+    <!-- We want to inherit of ODL parent so we can inherit common third party
+         versions etc instead of redefining them here. Also we get some common definitions
+         for plugin configuration etc. -->
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent</artifactId>
+    <version>13.0.11</version>
+    <relativePath/>
+  </parent>
 
-       <reporting>
-               <excludeDefaults>true</excludeDefaults>
-               <outputDirectory>${project.build.directory}/site</outputDirectory>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-project-info-reports-plugin</artifactId>
-                               <version>${projectinfo}</version>
-                               <configuration>
-                                       <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
-                                       <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                               </configuration>
-                               <reportSets>
-                                       <reportSet>
-                                               <reports>
-                                                       <report>index</report>
-                                                       <report>project-team</report>
-                                                       <report>license</report>
-                                                       <report>mailing-list</report>
-                                                       <report>plugin-management</report>
-                                                       <report>cim</report>
-                                                       <report>issue-tracking</report>
-                                                       <report>scm</report>
-                                                       <report>summary</report>
-                                               </reports>
-                                       </reportSet>
-                               </reportSets>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jxr-plugin</artifactId>
-                               <version>2.3</version>
-                               <configuration>
-                                       <aggregate>true</aggregate>
-                                       <linkJavadoc>true</linkJavadoc>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>2.8.1</version>
-                               <configuration>
-                                       <doclet>org.jboss.apiviz.APIviz</doclet>
-                                       <docletArtifact>
-                                               <groupId>org.jboss.apiviz</groupId>
-                                               <artifactId>apiviz</artifactId>
-                                               <version>1.3.2.GA</version>
-                                       </docletArtifact>
-                                       <finalName>${project.artifactId}-${build.suffix}</finalName>
-                                       <useStandardDocletOptions>true</useStandardDocletOptions>
-                                       <charset>UTF-8</charset>
-                                       <encoding>UTF-8</encoding>
-                                       <docencoding>UTF-8</docencoding>
-                                       <breakiterator>true</breakiterator>
-                                       <version>true</version>
-                                       <author>true</author>
-                                       <keywords>true</keywords>
-                                       <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </reporting>
-       <build>
-               <pluginManagement>
-                       <plugins>
-                       <plugin>
+  <groupId>org.opendaylight.lispflowmapping</groupId>
+  <artifactId>lispflowmapping-commons</artifactId>
+  <version>1.20.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
+
+  <properties>
+    <build.suffix>1.0.0</build.suffix>
+    <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
+    <lispflowmapping.version>1.20.0-SNAPSHOT</lispflowmapping.version>
+    <nsf.version>0.23.0-SNAPSHOT</nsf.version>
+    <sal.version>0.27.0-SNAPSHOT</sal.version>
+    <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
+    <statisticsmanager.version>0.5.0</statisticsmanager.version>
+    <yang.src.path>src/main/yang</yang.src.path>
+  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+      <!-- NOTE: The "Type" jar is considered default. You only need to specify
+                 the type when it is something other than jar. -->
+      <dependency>
+        <groupId>org.opendaylight.mdsal</groupId>
+        <artifactId>mdsal-artifacts</artifactId>
+        <version>13.0.1</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>controller-artifacts</artifactId>
+        <version>9.0.2</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>common.build.tools</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>lispflowmapping-code-commons</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>lispflowmapping-commons</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>mappingservice.api</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>mappingservice.implementation</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>mappingservice.inmemorydb</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>mappingservice.northbound</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>mappingservice.shell</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>mappingservice.southbound</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>mappingservice.lisp-proto</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>mappingservice.config</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.lispflowmapping</groupId>
+        <artifactId>ui-lispflowmapping</artifactId>
+        <version>${lispflowmapping.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <!-- This configures the sort pom plugin to sort properties, dependencies
+               etc during a build. It helps to ensure consistent poms that are easy to read.
+               While the configuration should exist at a root level it is still up to the
+               individual projects to invoke it by defining the plugin in the build->plugins
+               section. -->
+          <groupId>com.google.code.sortpom</groupId>
+          <artifactId>maven-sortpom-plugin</artifactId>
+          <version>2.2.1</version>
+          <configuration>
+            <createBackupFile>false</createBackupFile>
+            <encoding>${project.build.sourceEncoding}</encoding>
+            <keepBlankLines>true</keepBlankLines>
+            <lineSeparator>\n</lineSeparator>
+            <nrOfIndentSpace>2</nrOfIndentSpace>
+            <predefinedSortOrder>custom_1</predefinedSortOrder>
+            <sortDependencies>scope,groupId,artifactId</sortDependencies>
+            <sortPlugins>groupId,artifactId</sortPlugins>
+            <sortProperties>true</sortProperties>
+          </configuration>
+          <executions>
+            <execution>
+              <goals>
+                <goal>sort</goal>
+              </goals>
+              <phase>verify</phase>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+        <plugin>
+          <!-- TODO move up to ODL parent. -->
+          <!-- This is required to make sure that we delete the files which are
+               being generated under the src/main directory since by default only files
+               under target get cleaned up. Because the clean plugin is automatically invoked
+               you do NOT need to specify it in the build->plugin section. You would only
+               want to override this if you have additional folders which need to be cleaned
+               up. -->
+          <artifactId>maven-clean-plugin</artifactId>
+          <configuration>
+            <filesets>
+              <fileset>
+                <directory>${salGeneratorPath}</directory>
+                <includes>
+                  <include>**</include>
+                </includes>
+              </fileset>
+            </filesets>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>${releaseplugin.version}</version>
+          <artifactId>maven-jxr-plugin</artifactId>
+          <version>2.3</version>
+          <configuration>
+            <aggregate>true</aggregate>
+            <linkJavadoc>true</linkJavadoc>
+            <javadocDir>target/apidocs</javadocDir>
+          </configuration>
+        </plugin>
+        <plugin>
+          <!-- TODO: This should be in ODL parent -->
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>add-source</id>
+              <goals>
+                <goal>add-source</goal>
+              </goals>
+              <phase>generate-sources</phase>
+              <configuration>
+                <sources>
+                  <source>${yang.src.path}</source>
+                  <source>${salGeneratorPath}</source>
+                </sources>
+              </configuration>
+            </execution>
+          </executions>
         </plugin>
-                               <plugin>
-                                       <groupId>org.jacoco</groupId>
-                                       <artifactId>jacoco-maven-plugin</artifactId>
-                                       <version>${jacoco.version}</version>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.apache.felix</groupId>
-                                       <artifactId>maven-bundle-plugin</artifactId>
-                                       <version>2.3.6</version>
-                                       <extensions>true</extensions>
-                                       <configuration>
-                                               <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-assembly-plugin</artifactId>
-                                       <version>2.4</version>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-compiler-plugin</artifactId>
-                                       <version>2.3.2</version>
-                                       <configuration>
-                                               <source>1.7</source>
-                                               <target>1.7</target>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-dependency-plugin</artifactId>
-                                       <version>2.8</version>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-surefire-plugin</artifactId>
-                                       <version>2.14.1</version>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.opendaylight.yangtools</groupId>
-                                       <artifactId>yang-maven-plugin</artifactId>
-                                       <version>0.6.2-SNAPSHOT</version>
-                                       <executions>
-                                               <execution>
-                                                       <goals>
-                                                               <goal>generate-sources</goal>
-                                                       </goals>
-                                                       <configuration>
-                                                               <yangFilesRootDir>src/main/yang</yangFilesRootDir>
-                                                               <codeGenerators>
-                                                                       <generator>
-                                                                               <codeGeneratorClass>
-                                                                                       org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
-                                                                               </codeGeneratorClass>
-                                                                               <outputBaseDir>
-                                                                                       target/generated-sources/sal
-                                                                               </outputBaseDir>
-                                                                       </generator>
-                                                               </codeGenerators>
-                                                               <inspectDependencies>true</inspectDependencies>
-                                                       </configuration>
-                                               </execution>
-                                       </executions>
-                                       <dependencies>
-                                               <dependency>
-                                                       <groupId>org.opendaylight.yangtools</groupId>
-                                                       <artifactId>maven-sal-api-gen-plugin</artifactId>
-                                                       <version>0.6.2-SNAPSHOT</version>
-                                                       <type>jar</type>
-                                               </dependency>
-                                       </dependencies>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.codehaus.mojo</groupId>
-                                       <artifactId>build-helper-maven-plugin</artifactId>
-                                       <version>1.7</version>
-                                       <executions>
-                                               <execution>
-                                                       <phase>generate-sources</phase>
-                                                       <goals>
-                                                               <goal>add-source</goal>
-                                                       </goals>
-                                                       <configuration>
-                                                               <sources>
-                                                                       <source>target/generated-sources/sal</source>
-                                                               </sources>
-                                                       </configuration>
-                                               </execution>
-                                       </executions>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.eclipse.m2e</groupId>
-                                       <artifactId>lifecycle-mapping</artifactId>
-                                       <version>1.0.0</version>
-                                       <configuration>
-                                               <lifecycleMappingMetadata>
-                                                       <pluginExecutions>
-                                                               <pluginExecution>
-                                                                       <pluginExecutionFilter>
-                                                                               <groupId>org.codehaus.mojo</groupId>
-                                                                               <artifactId>properties-maven-plugin</artifactId>
-                                                                               <versionRange>[0.0,)</versionRange>
-                                                                               <goals>
-                                                                                       <goal>set-system-properties</goal>
-                                                                               </goals>
-                                                                       </pluginExecutionFilter>
-                                                                       <action>
-                                                                               <ignore />
-                                                                       </action>
-                                                               </pluginExecution>
-                                                               <pluginExecution>
-                                                                       <pluginExecutionFilter>
-                                                                               <groupId>org.codehaus.enunciate</groupId>
-                                                                               <artifactId>maven-enunciate-plugin</artifactId>
-                                                                               <versionRange>[0.0,)</versionRange>
-                                                                               <goals>
-                                                                                       <goal>docs</goal>
-                                                                               </goals>
-                                                                       </pluginExecutionFilter>
-                                                                       <action>
-                                                                               <ignore />
-                                                                       </action>
-                                                               </pluginExecution>
-                                                               <pluginExecution>
-                                                                       <pluginExecutionFilter>
-                                                                               <groupId>org.jacoco</groupId>
-                                                                               <artifactId>jacoco-maven-plugin</artifactId>
-                                                                               <versionRange>[0.0,)</versionRange>
-                                                                               <goals>
-                                                                                       <goal>prepare-agent</goal>
-                                                                                       <goal>pre-test</goal>
-                                                                                       <goal>post-test</goal>
-                                                                               </goals>
-                                                                       </pluginExecutionFilter>
-                                                                       <action>
-                                                                               <ignore />
-                                                                       </action>
-                                                               </pluginExecution>
-                                                               <pluginExecution>
-                                                                       <pluginExecutionFilter>
-                                                                               <groupId>org.ops4j.pax.exam</groupId>
-                                                                               <artifactId>maven-paxexam-plugin</artifactId>
-                                                                               <versionRange>[1.2.4,)</versionRange>
-                                                                               <goals>
-                                                                                       <goal>generate-depends-file</goal>
-                                                                               </goals>
-                                                                       </pluginExecutionFilter>
-                                                                       <action>
-                                                                               <ignore />
-                                                                       </action>
-                                                               </pluginExecution>
-                                                               <pluginExecution>
-                                                                       <pluginExecutionFilter>
-                                                                               <groupId>org.apache.maven.plugins</groupId>
-                                                                               <artifactId>maven-checkstyle-plugin</artifactId>
-                                                                               <versionRange>[2.0,)</versionRange>
-                                                                               <goals>
-                                                                                       <goal>check</goal>
-                                                                               </goals>
-                                                                       </pluginExecutionFilter>
-                                                                       <action>
-                                                                               <ignore />
-                                                                       </action>
-                                                               </pluginExecution>
-                                                               <pluginExecution>
-                                                                       <pluginExecutionFilter>
-                                                                               <groupId>org.opendaylight.yangtools</groupId>
-                                                                               <artifactId>yang-maven-plugin</artifactId>
-                                                                               <versionRange>[0.5,)</versionRange>
-                                                                               <goals>
-                                                                                       <goal>generate-sources </goal>
-                                                                               </goals>
-                                                                       </pluginExecutionFilter>
-                                                                       <action>
-                                                                               <ignore />
-                                                                       </action>
-                                                               </pluginExecution>
-                                                       </pluginExecutions>
-                                               </lifecycleMappingMetadata>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.codehaus.enunciate</groupId>
-                                       <artifactId>maven-enunciate-plugin</artifactId>
-                                       <version>${enunciate.version}</version>
-                                       <configuration>
-                                               <configFile>enunciate.xml</configFile>
-                                       </configuration>
-                                       <executions>
-                                               <execution>
-                                                       <goals>
-                                                               <goal>docs</goal>
-                                                       </goals>
-                                               </execution>
-                                       </executions>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-javadoc-plugin</artifactId>
-                                       <version>2.8.1</version>
-                                       <configuration>
-                                               <doclet>org.jboss.apiviz.APIviz</doclet>
-                                               <docletArtifact>
-                                                       <groupId>org.jboss.apiviz</groupId>
-                                                       <artifactId>apiviz</artifactId>
-                                                       <version>1.3.2.GA</version>
-                                               </docletArtifact>
-                                               <finalName>${project.artifactId}-1.0.0</finalName>
-                                               <useStandardDocletOptions>true</useStandardDocletOptions>
-                                               <charset>UTF-8</charset>
-                                               <encoding>UTF-8</encoding>
-                                               <docencoding>UTF-8</docencoding>
-                                               <breakiterator>true</breakiterator>
-                                               <version>true</version>
-                                               <author>true</author>
-                                               <keywords>true</keywords>
-                                               <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
-                                               <failOnError>false</failOnError>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-jxr-plugin</artifactId>
-                                       <version>2.3</version>
-                                       <configuration>
-                                               <aggregate>true</aggregate>
-                                               <linkJavadoc>true</linkJavadoc>
-                                               <javadocDir>target/apidocs</javadocDir>
-                                       </configuration>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
-               <plugins>
-     <plugin>
-       <groupId>org.jacoco</groupId>
-       <artifactId>jacoco-maven-plugin</artifactId>
-       <configuration>
-         <includes>
-           <include>org.opendaylight.lispflowmapping.*</include> 
-         </includes>
-       </configuration>
-       <executions>
-         <execution>
-           <id>pre-test</id>
-           <goals>
-             <goal>prepare-agent</goal>
-           </goals>
-         </execution>
-         <execution>
-           <id>post-test</id>
-           <goals>
-             <goal>report</goal>
-           </goals>
-           <phase>test</phase>
-         </execution>
-       </executions>
-     </plugin>
-   </plugins>
-       </build>
 
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>properties-maven-plugin</artifactId>
+                    <versionRange>[0.0,)</versionRange>
+                    <goals>
+                      <goal>set-system-properties</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.jacoco</groupId>
+                    <artifactId>jacoco-maven-plugin</artifactId>
+                    <versionRange>[0.0,)</versionRange>
+                    <goals>
+                      <goal>prepare-agent</goal>
+                      <goal>pre-test</goal>
+                      <goal>post-test</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.ops4j.pax.exam</groupId>
+                    <artifactId>maven-paxexam-plugin</artifactId>
+                    <versionRange>[1.2.4,)</versionRange>
+                    <goals>
+                      <goal>generate-depends-file</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
 </project>