Move config-parent to aggregator POM
[lispflowmapping.git] / mappingservice / yangmodel / pom.xml
index 1868289bfd94bd94bc3f97cb0dea7f38e1b574a5..b4e62d4e4c1cb71dfe17146d2b31ecff3cef00f3 100644 (file)
@@ -7,6 +7,8 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
 <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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>binding-parent</artifactId>
@@ -14,16 +16,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <relativePath/>
   </parent>
 
-  <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.yangmodel</artifactId>
   <version>1.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
-  <name>LISP Flow Mapping YANG Model</name>
-
-  <properties>
-    <checkstyle.excludes>org/opendaylight/yang/gen/**</checkstyle.excludes>
-  </properties>
+  <name>Mapping Service YANG Model</name>
 
   <dependencies>
     <dependency>