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