Fully remove Maven Sites
[lispflowmapping.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0e8fcd1619de45aa55d15d121bc498ef471976e1..6aa115da072c4e4d1590181896c2d53b39aba083 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>
 
@@ -26,7 +26,7 @@
     <module>mappingservice</module>
     <module>ui</module>
     <module>features</module>
-    <module>distribution-karaf</module>
+    <module>lispflowmapping-karaf</module>
     <module>integrationtest</module>
   </modules>
 
       </build>
     </profile>
   </profiles>
-
-  <!--
-      Maven Site Configuration
-
-      The following configuration is necessary for maven-site-plugin to
-      correctly identify the correct deployment path for OpenDaylight Maven
-      sites.
-  -->
-  <url>${odl.site.url}/${project.groupId}/${stream}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/</url>
-    </site>
-  </distributionManagement>
-
 </project>