Drop obsolete Maven site configuration
[yangtools.git] / common / checkstyle-logging / pom.xml
index d1bfec8d1d9c0fe2c71b59a7210642cf06961e13..b7dc6e3d55070d4eafa796887ace44d2b24dabbb 100644 (file)
     </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>