Clean up pom files
[groupbasedpolicy.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3a69c9d3a24933c6448ae9672e7f3418a803048d..ea0deac2295ad03fd2fe9d48c9ef12b6acfcd515 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,14 +5,9 @@
   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.groupbasedpolicy</groupId>
-    <artifactId>commons.groupbasedpolicy</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
-    <relativePath>commons/parent</relativePath>
-  </parent>
-
+  <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy.project</artifactId>
+  <version>0.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
 
@@ -22,7 +17,6 @@
 
   <modules>
     <module>artifacts</module>
-    <module>commons/parent</module>
     <module>groupbasedpolicy</module>
     <module>renderers</module>
     <module>neutron-mapper</module>
     <module>features</module>
   </modules>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <!-- checkstyle is evil -->
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>