Fully remove Maven Sites
[lispflowmapping.git] / mappingservice / config / pom.xml
index 69cb07e94699ab993d98c0f862e0375f0efb0533..fe7f583600da814b51c411e768ae902041754251 100644 (file)
       <version>1.6.0-SNAPSHOT</version>
     </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>