Bump versions by x.(y+1).z
[lispflowmapping.git] / commons / parent / pom.xml
index a19ae5d9e0e1a9780437a1c0c2310af03a79acc3..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>
+<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>
 
-       <!-- 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
+  <!-- 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
 
-           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.
+       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. -->
 
-             -->
+  <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>
 
-       <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>1.5.0-SNAPSHOT</version>
-       </parent>
+  <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>
 
-       <groupId>org.opendaylight.lispflowmapping</groupId>
-       <artifactId>lispflowmapping-commons</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
-       <packaging>pom</packaging>
-       <name>Parent POM</name>
-       <description></description>
+  <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>
 
-       <properties>
-               <branding.version>1.1.0-SNAPSHOT</branding.version>
-               <build.suffix>1.0.0</build.suffix>
-               <clustering.services.version>0.6.0-SNAPSHOT</clustering.services.version>
-               <config.version>0.3.0-SNAPSHOT</config.version>
-               <controller.checkstyle.version>0.1.0-SNAPSHOT</controller.checkstyle.version>
-               <feature.test.version>0.7.0-SNAPSHOT</feature.test.version>
-               <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
-               <ietf-inet-types.version>2010.09.24.7-SNAPSHOT</ietf-inet-types.version>
-               <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
-               <karaf.empty.version>1.5.0-SNAPSHOT</karaf.empty.version>
-               <karaf.resources.version>1.5.0-SNAPSHOT</karaf.resources.version>
-               <lispflowmapping.version>1.2.0-SNAPSHOT</lispflowmapping.version>
-               <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
-               <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
-               <nsf.version>0.5.0-SNAPSHOT</nsf.version>
-               <sal.version>0.9.0-SNAPSHOT</sal.version>
-               <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
-               <sonar.branch>${user.name}-develop</sonar.branch>
-               <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
-               <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
-               <sonar.language>java</sonar.language>
-               <statisticsmanager.version>0.5.0</statisticsmanager.version>
-               <xtend.dstdir>src/main/xtend-gen</xtend.dstdir>
-               <yang-jmx-generator.version>1.1.0-SNAPSHOT</yang-jmx-generator.version>
-               <yang.binding.version>0.6.1</yang.binding.version>
-               <yang.codegen.version>0.6.1</yang.codegen.version>
-               <yang.version>0.6.1</yang.version>
-               <yangtools.binding.version>0.6.1</yangtools.binding.version>
-               <yangtools.version>0.7.0-SNAPSHOT</yangtools.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-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>
 
-       <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>com.google.guava</groupId>
-                               <artifactId>guava</artifactId>
-                               <version>${guava.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>equinoxSDK381</groupId>
-                               <artifactId>org.eclipse.osgi</artifactId>
-                               <version>3.8.1.v20120830-144521</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>junit</groupId>
-                               <artifactId>junit</artifactId>
-                               <version>4.8.1</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>junit-addons</groupId>
-                               <artifactId>junit-addons</artifactId>
-                               <version>1.4</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.karaf.features</groupId>
-                               <artifactId>framework</artifactId>
-                               <version>${karaf.version}</version>
-                               <type>kar</type>
-                       </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>org.opendaylight.controller</groupId>
-                               <artifactId>clustering.services</artifactId>
-                               <version>0.6.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>commons.northbound</artifactId>
-                               <version>0.5.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>config-api</artifactId>
-                               <version>0.3.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>config-manager</artifactId>
-                               <version>${config.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>config-util</artifactId>
-                               <version>0.3.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>containermanager</artifactId>
-                               <version>0.6.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>distribution.opendaylight</artifactId>
-                               <version>0.2.0-SNAPSHOT</version>
-                               <classifier>osgipackage</classifier>
-                               <type>zip</type>
-                               <!-- Make sure this isn't included on any classpath -->
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>features-adsal</artifactId>
-                               <version>${sal.version}</version>
-                               <classifier>features</classifier>
-                               <type>xml</type>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>features-mdsal</artifactId>
-                               <version>${mdsal.version}</version>
-                               <classifier>features</classifier>
-                               <type>xml</type>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>features-netconf-connector</artifactId>
-                               <version>${mdsal.version}</version>
-                               <classifier>features</classifier>
-                               <type>xml</type>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>features-nsf</artifactId>
-                               <version>${nsf.version}</version>
-                               <classifier>features</classifier>
-                               <type>xml</type>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>karaf.branding</artifactId>
-                               <version>${branding.version}</version>
-                               <scope>compile</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>netty-event-executor-config</artifactId>
-                               <version>${config.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>networkconfig.neutron</artifactId>
-                               <version>0.5.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>opendaylight-karaf-empty</artifactId>
-                               <version>${karaf.empty.version}</version>
-                               <type>zip</type>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>opendaylight-karaf-resources</artifactId>
-                               <version>${karaf.resources.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>sal</artifactId>
-                               <version>0.9.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>sal-binding-api</artifactId>
-                               <version>${mdsal.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>sal-binding-broker-impl</artifactId>
-                               <version>${mdsal.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>sal-binding-config</artifactId>
-                               <version>${mdsal.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>sal-broker-impl</artifactId>
-                               <version>${mdsal.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>sal-common-util</artifactId>
-                               <version>${mdsal.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>sal-netconf-connector</artifactId>
-                               <version>${mdsal.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>threadpool-config-api</artifactId>
-                               <version>${config.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.controller</groupId>
-                               <artifactId>threadpool-config-impl</artifactId>
-                               <version>0.3.0-SNAPSHOT</version>
-                       </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.clusterdao</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.netconf</artifactId>
-                               <version>${lispflowmapping.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.lispflowmapping</groupId>
-                               <artifactId>mappingservice.neutron</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.southbound</artifactId>
-                               <version>${lispflowmapping.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.lispflowmapping</groupId>
-                               <artifactId>mappingservice.yangmodel</artifactId>
-                               <version>${lispflowmapping.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-binding</artifactId>
-                               <version>0.7.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-common</artifactId>
-                               <version>0.7.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-data-api</artifactId>
-                               <version>0.7.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-data-impl</artifactId>
-                               <version>${yangtools.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-data-util</artifactId>
-                               <version>0.7.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-model-api</artifactId>
-                               <version>0.7.0-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>yang-parser-impl</artifactId>
-                               <version>${yangtools.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools.model</groupId>
-                               <artifactId>ietf-inet-types</artifactId>
-                               <version>2010.09.24.7-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools.model</groupId>
-                               <artifactId>ietf-yang-types</artifactId>
-                               <version>2010.09.24.7-SNAPSHOT</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.karaf.features</groupId>
-                               <artifactId>standard</artifactId>
-                               <version>${karaf.version}</version>
-                               <classifier>features</classifier>
-                               <type>xml</type>
-                               <scope>runtime</scope>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.opendaylight.lispflowmapping</groupId>
-                               <artifactId>features-lispflowmapping</artifactId>
-                               <version>${lispflowmapping.version}</version>
-                               <classifier>features</classifier>
-                               <type>xml</type>
-                               <scope>runtime</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.lispflowmapping</groupId>
-                               <artifactId>common.unittest.tools</artifactId>
-                               <version>${lispflowmapping.version}</version>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>features-test</artifactId>
-                               <version>${feature.test.version}</version>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.opendaylight.yangtools</groupId>
-                               <artifactId>mockito-configuration</artifactId>
-                               <version>${yangtools.version}</version>
-                               <scope>test</scope>
-                       </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.felix</groupId>
-                                       <artifactId>maven-bundle-plugin</artifactId>
-                                       <version>2.4.0</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>
-                                       <!-- 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>${xtend.dstdir}</directory>
-                                                               <includes>
-                                                                       <include>**</include>
-                                                               </includes>
-                                                       </fileset>
-                                                       <fileset>
-                                                               <directory>${jmxGeneratorPath}</directory>
-                                                               <includes>
-                                                                       <include>**</include>
-                                                               </includes>
-                                                       </fileset>
-                                                       <fileset>
-                                                               <directory>${salGeneratorPath}</directory>
-                                                               <includes>
-                                                                       <include>**</include>
-                                                               </includes>
-                                                       </fileset>
-                                               </filesets>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       <!-- this should really be defined in odl parent as it defines what
-                                               JRE this is targeted for. -->
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-compiler-plugin</artifactId>
-                                       <version>2.3.2</version>
-                                       <configuration>
-                                               <source>${java.version.source}</source>
-                                               <target>${java.version.target}</target>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       <!-- we are overriding the default version of this plugin here... not
-                                               sure why. -->
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-dependency-plugin</artifactId>
-                                       <version>2.8</version>
-                               </plugin>
-                               <plugin>
-                                       <!-- Configures the java doc generation. Generally you should not have
-                                               to override this unless you need to exclude other packages etc. -->
-                                       <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}-${project.version}</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>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-release-plugin</artifactId>
-                                       <version>${releaseplugin.version}</version>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-surefire-plugin</artifactId>
-                                       <version>2.14.1</version>
-                               </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>
-                                       <!-- TODO: This should be in ODL parent -->
-                                       <groupId>org.codehaus.mojo</groupId>
-                                       <artifactId>build-helper-maven-plugin</artifactId>
-                                       <version>1.8</version>
-                                       <executions>
-                                               <execution>
-                                                       <id>add-source</id>
-                                                       <goals>
-                                                               <goal>add-source</goal>
-                                                       </goals>
-                                                       <phase>generate-sources</phase>
-                                                       <configuration>
-                                                               <sources>
-                                                                       <source>${yang.src.path}</source>
-                                                                       <source>${jmxGeneratorPath}</source>
-                                                                       <source>${salGeneratorPath}</source>
-                                                                       <source>${xtend.dstdir}</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></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></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></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></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></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></ignore>
-                                                                       </action>
-                                                               </pluginExecution>
-                                                       </pluginExecutions>
-                                               </lifecycleMappingMetadata>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       <groupId>org.jacoco</groupId>
-                                       <artifactId>jacoco-maven-plugin</artifactId>
-                                       <version>${jacoco.version}</version>
-                               </plugin>
-                               <plugin>
-                                       <!-- here we are defining the default generators for yang You may need
-                                               to override this in child poms if you want to define additional generators,
-                                               such as the JMX generator etc. -->
-                                       <groupId>org.opendaylight.yangtools</groupId>
-                                       <artifactId>yang-maven-plugin</artifactId>
-                                       <version>${yangtools.version}</version>
-                                       <dependencies>
-                                               <dependency>
-                                                       <groupId>org.opendaylight.yangtools</groupId>
-                                                       <artifactId>maven-sal-api-gen-plugin</artifactId>
-                                                       <version>${yangtools.version}</version>
-                                               </dependency>
-                                       </dependencies>
-                                       <executions>
-                                               <execution>
-                                                       <goals>
-                                                               <goal>generate-sources</goal>
-                                                       </goals>
-                                                       <configuration>
-                                                               <yangFilesRootDir>${yang.src.path}</yangFilesRootDir>
-                                                               <codeGenerators>
-                                                                       <generator>
-                                                                               <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
-                                                                               <outputBaseDir>${salGeneratorPath}</outputBaseDir>
-                                                                       </generator>
-                                                               </codeGenerators>
-                                                               <inspectDependencies>true</inspectDependencies>
-                                                       </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.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>
-        <!-- Define the configuration for the checkstyle plugin.  Import the rules from the controller project, which
-             is defined as a dependency.  Print rule violations to the console, but don't fail the build if violations
-             are found. -->
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>${checkstyle.version}</version>
-        <configuration>
-          <failOnViolation>false</failOnViolation>
-          <configLocation>controller/checkstyle.xml</configLocation>
-          <consoleOutput>true</consoleOutput>
-          <includeTestSourceDirectory>true</includeTestSourceDirectory>
-          <sourceDirectory>${project.basedir}</sourceDirectory>
-          <includes>**\/*.java,**\/*.xml,**\/*.yang</includes>
-          <excludes>**\/target\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/</excludes>
-        </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>checkstyle</artifactId>
-            <version>${controller.checkstyle.version}</version>
-          </dependency>
-        </dependencies>
-        <executions>
-          <execution>
-            <goals>
-              <goal>check</goal>
-            </goals>
-            <phase>process-sources</phase>
-          </execution>
-        </executions>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
       </plugin>
-                       </plugins>
-               </pluginManagement>
-               <plugins>
-
-                       <plugin>
-                               <!-- This should run on ALL projects because it makes eclipse import
-                                       the correct source folders to get rid of hte red x's. This should live in
-                                       ODLPARENT. -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>build-helper-maven-plugin</artifactId>
-                       </plugin>
-
-               </plugins>
-       </build>
-
-       <reporting>
-               <outputDirectory>${project.build.directory}/site</outputDirectory>
-               <excludeDefaults>true</excludeDefaults>
-               <plugins>
-                       <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>
-                       <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-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>
-               </plugins>
-       </reporting>
-
-       <distributionManagement>
-               <!-- Note: We want the nexus proxy property here because want to enable
-                       devs to upload this artifact using mvn deploy to other maven repositories. -->
-               <!-- 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>
-
+    </plugins>
+  </build>
 </project>