Drop obsolete Maven site configuration
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 05da219e4fe048766da070d369f8accabb867632..4d49ff313633375b08aed25c25a6bd550a174110 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>