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:
parent
1c09148425
commit
d05a358fea
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue