Drop obsolete Maven site configuration
[controller.git] / opendaylight / md-sal / messagebus-api / pom.xml
index aeb964b4dc4d2ab11ed9b8f13fffe531169a130b..faa4a08a6bdfe3166b3e65bbce69a4b957c740e6 100644 (file)
@@ -66,19 +66,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         </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>