Fix how to build tar ball.. its assembly:single now instead of assembly:assembly

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1470814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-04-23 04:40:50 +00:00
parent 1c09148425
commit d05a358fea
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ mvn clean package -DskipTests
<title>Building the HBase tarball</title>
<para>Do the following to build the HBase tarball.
Passing the -Prelease will generate javadoc and run the RAT plugin to verify licenses on source.
<programlisting>% MAVEN_OPTS="-Xmx2g" mvn clean install javadoc:aggregate site assembly:assembly -DskipTests -Prelease</programlisting>
<programlisting>% MAVEN_OPTS="-Xmx2g" mvn clean install javadoc:aggregate site assembly:single -DskipTests -Prelease</programlisting>
</para>
</section>