You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/04/13 21:39:07 UTC

svn commit: r1325917 - in /hbase/trunk: pom.xml src/site/xdoc/index.xml src/site/xdoc/old_news.xml

Author: stack
Date: Fri Apr 13 19:39:06 2012
New Revision: 1325917

URL: http://svn.apache.org/viewvc?rev=1325917&view=rev
Log:
HBASE-5784 Enable mvn deploy of website

Modified:
    hbase/trunk/pom.xml
    hbase/trunk/src/site/xdoc/index.xml
    hbase/trunk/src/site/xdoc/old_news.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1325917&r1=1325916&r2=1325917&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Apr 13 19:39:06 2012
@@ -336,6 +336,13 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>${maven.site.version}</version>
+          <dependencies>
+            <dependency><!-- add support for ssh/scp -->
+              <groupId>org.apache.maven.wagon</groupId>
+              <artifactId>wagon-ssh</artifactId>
+              <version>2.2</version>
+            </dependency>
+          </dependencies>
           <configuration>
             <inputEncoding>UTF-8</inputEncoding>
             <outputEncoding>UTF-8</outputEncoding>
@@ -2278,4 +2285,19 @@
       </plugin>
     </plugins>
   </reporting>
+  <distributionManagement>
+    <!--Build and deploy the site with the below command
+
+      $ ~/bin/apache-maven-3.0.4/bin/mvn -X clean site:site site:deploy
+
+      You may need a settings.xml file under you ~/.m2/ directory as
+      described here: http://www.apache.org/dev/publishing-maven-artifacts.html
+      We should use the below going forward because it ensures permissions up
+      in apache making it so other members of hbase group can deploy w/o issue.
+     -->
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/hbase.apache.org/</url>
+    </site>
+  </distributionManagement>
 </project>

Modified: hbase/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/site/xdoc/index.xml?rev=1325917&r1=1325916&r2=1325917&view=diff
==============================================================================
--- hbase/trunk/src/site/xdoc/index.xml (original)
+++ hbase/trunk/src/site/xdoc/index.xml Fri Apr 13 19:39:06 2012
@@ -69,7 +69,6 @@ HBase is an open-source, distributed, ve
             <p>June 15th, 2012 <a href="http://www.meetup.com/hbaseusergroup/events/59829652/">Birds-of-a-feather</a> in San Jose, day after <a href="hadoopsummit.org">Hadoop Summit</a></p>
             <p>May 23rd, 2012 <a href="http://www.meetup.com/hackathon/events/58953522/">HackConAthon</a> in Palo Alto</p>
             <p>May 22nd, 2012 <a href="http://www.hbasecon.com">HBaseCon2012</a> in San Francisco</p>
-            <p>March 27th, 2012 <a href="http://www.meetup.com/hbaseusergroup/events/56021562/">Meetup @ StumbleUpon</a> in San Francisco</p>
 
       <p><small><a href="old_news.html">Old News</a></small></p>
     </section>

Modified: hbase/trunk/src/site/xdoc/old_news.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/site/xdoc/old_news.xml?rev=1325917&r1=1325916&r2=1325917&view=diff
==============================================================================
--- hbase/trunk/src/site/xdoc/old_news.xml (original)
+++ hbase/trunk/src/site/xdoc/old_news.xml Fri Apr 13 19:39:06 2012
@@ -28,6 +28,7 @@
   </properties>
   <body>
   <section name="Old News">
+            <p>March 27th, 2012 <a href="http://www.meetup.com/hbaseusergroup/events/56021562/">Meetup @ StumbleUpon</a> in San Francisco</p>
 
             <p>January 19th, 2012 <a href="http://www.meetup.com/hbaseusergroup/events/46702842/">Meetup @ EBay</a></p>
             <p>January 23rd, 2012 HBase 0.92.0 released. <a href="http://www.apache.org/dyn/closer.cgi/hbase/">Download it!</a></p>