Bug 6362: Don't save timestamp to MappingRecords
[lispflowmapping.git] / mappingservice / mapcache / pom.xml
index 2d17d7b9921be364c8ffbe55c86747c5ae4d449f..5c10ee0bff2b473abb41352147e8cd05f3459fab 100644 (file)
@@ -5,13 +5,17 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.mapcache</artifactId>
   <packaging>bundle</packaging>
   <name>Mapping Service Map Cache</name>
 
+  <properties>
+    <pmd.cpd.fail>false</pmd.cpd.fail>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
     </dependency>
   </dependencies>
 
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <!-- Enforce odlparent checkstyle -->
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-checkstyle-plugin</artifactId>
-          <configuration>
-            <includeTestSourceDirectory>true</includeTestSourceDirectory>
-            <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
   <!--
       Maven Site Configuration