Updated Branches:
  refs/heads/EXPERIMENTAL-fix-site-stage-deploy [created] 22e28b5c3


Terminating distribution site URLs with a slash

As recommended by the Maven Site Plugin FAQ 
(http://maven.apache.org/plugins/maven-site-plugin/faq.html#Use_of_url)


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/51cee8b3
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/51cee8b3
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/51cee8b3

Branch: refs/heads/EXPERIMENTAL-fix-site-stage-deploy
Commit: 51cee8b357ab236a78f6e32da1de15d77bec5701
Parents: 295c6e7
Author: Andrew Phillips <[email protected]>
Authored: Mon Dec 9 12:19:47 2013 -0500
Committer: Andrew Phillips <[email protected]>
Committed: Mon Dec 9 12:19:47 2013 -0500

----------------------------------------------------------------------
 project/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/51cee8b3/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index fd3468e..b6328e2 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -112,7 +112,7 @@
   <distributionManagement>
     <site>
       <id>jclouds-github-pages-site</id>
-      <url>${maven.site.url.base}/${project.version}</url>
+      <url>${maven.site.url.base}/${project.version}/</url>
     </site>
   </distributionManagement>
 
@@ -988,7 +988,7 @@
       <distributionManagement>
         <site>
           <id>jclouds-github-pages-site</id>
-          
<url>${maven.site.url.base}/${project.version}/${project.artifactId}</url>
+          
<url>${maven.site.url.base}/${project.version}/${project.artifactId}/</url>
         </site>
       </distributionManagement>
       <build>

Reply via email to