You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/04/24 08:22:41 UTC

git commit: Updating the Maven Site plugin version 3.1 -> 3.3

Repository: jclouds
Updated Branches:
  refs/heads/update-site-gen [created] cc89183da


Updating the Maven Site plugin version 3.1 -> 3.3

Also removing the stagingSiteURL parameter as we should not need
it for the site:deploy goal


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

Branch: refs/heads/update-site-gen
Commit: cc89183da2375d3026f0365ebd16ea3ab5378f88
Parents: c6cb169
Author: Andrew Phillips <an...@apache.org>
Authored: Thu Apr 24 08:19:20 2014 +0200
Committer: Andrew Phillips <an...@apache.org>
Committed: Thu Apr 24 08:19:20 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/cc89183d/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index e548aea..c9a6599 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -716,7 +716,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.1</version>
+          <version>3.3</version>
           <configuration>
             <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
             <reportPlugins>
@@ -786,7 +786,6 @@
               </plugin>
             </reportPlugins>
             <stagingRepositoryId>${project.distributionManagement.site.id}</stagingRepositoryId>
-            <stagingSiteURL>${project.distributionManagement.site.url}</stagingSiteURL>
           </configuration>
           <dependencies>
             <dependency>