Adjustments to directory structure to move forward with archetype
[packetcable.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 826b91658bcc3cee9653ce4587612a31d981bbfd..e9a651361094acba35687891a9112046166985b6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,11 @@
 <?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>
+  <parent>
+       <groupId>org.opendaylight.controller</groupId>
+       <artifactId>commons.opendaylight</artifactId>
+       <version>1.4.2-SNAPSHOT</version>
+  </parent>
   <packaging>pom</packaging>
   <groupId>org.opendaylight.packetcable</groupId>
   <artifactId>packetcable-parent</artifactId>
 
     <pluginManagement>
       <plugins>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
     </plugins>
   </build>
   <modules>
-    <module>packetcable-model</module>
     <module>protocol_plugins.packetcable</module>
+    <module>packetcable-model</module>
   </modules>
-</project>
\ No newline at end of file
+</project>
+