Fully remove Maven Sites
[lispflowmapping.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9129c6df111736eb2974ab6c40a8062cb323e3de..6aa115da072c4e4d1590181896c2d53b39aba083 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </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>