You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/03/09 22:13:28 UTC

svn commit: r1299046 - /incubator/accumulo/site/trunk/content/accumulo/source.mdtext

Author: billie
Date: Fri Mar  9 21:13:28 2012
New Revision: 1299046

URL: http://svn.apache.org/viewvc?rev=1299046&view=rev
Log:
updated building and website editing instructions

Modified:
    incubator/accumulo/site/trunk/content/accumulo/source.mdtext

Modified: incubator/accumulo/site/trunk/content/accumulo/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/accumulo/site/trunk/content/accumulo/source.mdtext?rev=1299046&r1=1299045&r2=1299046&view=diff
==============================================================================
--- incubator/accumulo/site/trunk/content/accumulo/source.mdtext (original)
+++ incubator/accumulo/site/trunk/content/accumulo/source.mdtext Fri Mar  9 21:13:28 2012
@@ -21,6 +21,11 @@ Notice:    Licensed to the Apache Softwa
 Accumulo source code is maintained using [Apache Subversion][subversion] version control 
 ([browse][viewvc]|[checkout][svnloc]).  It builds with [Apache Maven][maven].
 
+## Website
+
+Accumulo's web site is also maintained in Subversion using Apache's [Content Management System][cms].
+Committers may edit the site by following [these instructions][cmsusage].
+
 ## Developers Guide
 
 ### Building code
@@ -30,7 +35,9 @@ To check out the code:
 
 To build the code:
 
-    mvn package && mvn assembly:single
+    mvn -P package
+
+For older branches, "mvn package && mvn assembly:single" may be required instead.
 
 This will create a file accumulo-*-incubating-SNAPSHOT-dist.tar.gz in the target directory.
 
@@ -103,3 +110,5 @@ Accumulo's release guide can be found [h
 [jiraloc]: https://issues.apache.org/jira/browse/accumulo
 [jira]: http://www.atlassian.com/software/jira/overview
 [release]: /accumulo/governance/releasing.html
+[cms]: http://www.apache.org/dev/cms.html
+[cmsusage]: http://www.apache.org/dev/cms.html#usage
\ No newline at end of file