Drop obsolete Maven site configuration
[yangtools.git] / yang / yang-model-validator / pom.xml
index 035e409edd0e97be068ccaf36baf0fab1325daa2..f48949b09ae04d992b4e54a92907dc94dab65c0f 100644 (file)
     </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>