HBASE-6145 Fix site target post modularization

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345793 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-06-03 22:13:50 +00:00
parent 5aab2d3e93
commit 57a542e685
1 changed files with 1 additions and 1 deletions

View File

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