devstack changes for sfc-tacker OPNFV demo
[groupbasedpolicy.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 33936d916e15762d40d6b58ed768f296040366e8..cdd577a3f1942f1d3ca09135de686159aa80b974 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,19 +2,12 @@
 <!-- Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. 
   This program and the accompanying materials are made available under the 
   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">
+  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.2.0-SNAPSHOT</version>
-    <relativePath>commons/parent</relativePath>
-  </parent>
-
+  <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy.project</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
 
   </prerequisites>
 
   <modules>
-    <module>commons/parent</module>
+    <module>artifacts</module>
     <module>groupbasedpolicy</module>
     <module>renderers</module>
-    <module>groupbasedpolicy-ofoverlay-config</module>
-    <module>groupbasedpolicy-opflex-config</module>
-    <module>groupbasedpolicy-openstackendpoint-config</module>
     <module>neutron-mapper</module>
-    <module>neutron-mapper-config</module>
+    <module>neutron-ovsdb</module>
+    <module>ui-backend</module>
+    <module>groupbasedpolicy-ui</module>
     <module>distribution-karaf</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>