Skip to content

Commit

Permalink
Merge pull request #9 from jameskoch/master
Browse files Browse the repository at this point in the history
Fix docs around bundle-jvm-archive
  • Loading branch information
wisechengyi authored Jun 1, 2017
2 parents 0a5dbca + ad9ee44 commit 84ab644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm_projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ <h3 id="contents-of-a-bundle">Contents of a Bundle</h3>
The <code>libs/</code> directory contains 3rdparty jars (if any). The <code>jar</code> in the top directory
contains code compiled for this target.</p>
<h3 id="deploying-a-bundle">Deploying a Bundle</h3>
<p>Instead of just creating a directory tree, you can specify <code>bundle --archive=zip</code> to
<p>Instead of just creating a directory tree, you can specify <code>bundle --bundle-jvm-archive=zip</code> to
<code>./pants bundle</code> to generate an archive file (a <code>.zip</code>, monolithic <code>.jar</code>, or some other
format) instead.</p>
<p>To use such an archive, put it where you want it, unpack it, and run:</p>
Expand Down

0 comments on commit 84ab644

Please sign in to comment.