Fix site deploy ID 56/11656/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 29 Sep 2014 06:14:40 +0000 (23:14 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 29 Sep 2014 06:18:13 +0000 (23:18 -0700)
The deploy ID for sites shouldn't be dynamically setting the name to
${project.artifactId} as this makes it difficult to properly configure
the credentials on the Jenkins systems. This change sets it to something
similar to the release and snapshot repositories and therefore easier to
script in the puppet manifests that build the credential files.

This should resolve the issue of not being able to deploy generated
sites to Nexus.

Change-Id: I5706a3da95702fc6f36ed531d134583a5e9a489d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 83b75ce165eeb9918e7de13150427dea29f3b29c..1f273062a99c718b00cbae16a077954f6520f0ae 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
     </snapshotRepository>
     <site>
-      <id>${project.artifactId}-site</id>
+      <id>opendaylight-site</id>
       <url>dav:${sitedeploy}/</url>
     </site>
   </distributionManagement>