Fully remove Maven Sites
[lispflowmapping.git] / mappingservice / implementation / pom.xml
index 4ec1df5ee629fc1b35ce5051ec66f86262e1383a..95df62fcb49303be55547b04c6d8ee1cf43c99b5 100644 (file)
       <artifactId>mdsal-singleton-dom-impl</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>