Drop obsolete Maven site configuration
[yangtools.git] / yang / yang-parser-reactor / pom.xml
index 76e4f573bdcbe83846228085a7fbfbea5e77945b..89ea8e49ef217c6c67be9726323de9901737c6aa 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>