Remove maven site configuration
[mdsal.git] / binding2 / mdsal-binding2-util / pom.xml
index eb3499df21215f1673917fcb8e65369323cb9f97..8387827deac8704d43d5ca03705b84d06f880561 100644 (file)
             <artifactId>mdsal-binding2-spec</artifactId>
         </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>