Drop obsolete Maven site configuration
authorStephen Kitt <skitt@redhat.com>
Mon, 27 Nov 2017 17:09:23 +0000 (18:09 +0100)
committerStephen Kitt <skitt@redhat.com>
Wed, 29 Nov 2017 11:02:39 +0000 (12:02 +0100)
See
https://lists.opendaylight.org/pipermail/odlparent-dev/2017-November/001492.html

Change-Id: I24ce5c864f3465bc44a57b33f14d76dd18f2e0cc
Signed-off-by: Stephen Kitt <skitt@redhat.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5278eca7eb961ce3b125826712c0058fb631d015..8b1c185fc5078cea13a99d757bb8a5337bbf98a4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -83,19 +83,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </profile>
   </profiles>
 
-  <!--
-      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}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/</url>
-    </site>
-  </distributionManagement>
 </project>