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 23:46:18 UTC

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

Author: billie
Date: Fri Mar  9 22:46:18 2012
New Revision: 1299087

URL: http://svn.apache.org/viewvc?rev=1299087&view=rev
Log:
update build instructions again

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=1299087&r1=1299086&r2=1299087&view=diff
==============================================================================
--- incubator/accumulo/site/trunk/content/accumulo/source.mdtext (original)
+++ incubator/accumulo/site/trunk/content/accumulo/source.mdtext Fri Mar  9 22:46:18 2012
@@ -35,7 +35,7 @@ To check out the code:
 
 To build the code:
 
-    mvn -P package
+    mvn package -P assemble
 
 For older branches, "mvn package && mvn assembly:single" may be required instead.