Fully remove Maven Sites
[lispflowmapping.git] / ui / bundle / pom.xml
index c84270baeece82ee19f50c44c43076916ef1f749..502752e95fc3a107dbfe9e19e8d6d518e39f3192 100644 (file)
@@ -5,12 +5,14 @@
     <parent>
         <groupId>org.opendaylight.lispflowmapping</groupId>
         <artifactId>lispflowmapping-ui</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>lispflowmapping-ui-bundle</artifactId>
     <packaging>bundle</packaging>
-    <name>LISP Flow Mapping UI - Bundle</name>
+    <!-- <name> formatting is used by autorelease to parse and notify projects on
+         build failure. Please do not modify this unless you have a good reason. -->
+    <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
 
     <dependencies>
         <dependency>
             </plugin>
         </plugins>
     </build>
-
-
-
-
-  <!--
-      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}/${project.artifactId}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/${project.artifactId}/</url>
-    </site>
-  </distributionManagement>
-
 </project>