Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed documentation for commands that were changed from camel case to dash-separated #101

Merged
merged 1 commit into from
Dec 5, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,14 @@ If you use this configuration, you must fill out the `mappings in Universal`, `m

Once you've configured your packaging how you like it, you can run the following commands:

* `stage` - Creates the universal distribution under the `target/universal/stage` directory
* `universal:packageZipTarball` - Create the universal `.tgz` distribution.
* `universal:packageXzTarball` - Creates the universal `txz` distribution. Note: xz sucks cpu like no other.
* `universal:packageBin` - Creates the universal `zip` distribution
* `windows:packageBin` - Creates the windows `msi` file.
* `debian:packageBin` - Creates the debian `deb` file.
* `rpm:packageBin` - Creates the redhast `rpm` file.
* `stage` - Creates an universal distribution under the `target/universal/stage` directory
* `universal:package-zip-tarball` - Creates an universal `.tgz` distribution.
* `universal:package-xz-tarball` - Creates an universal `txz` distribution. Note: xz sucks cpu like no other.
* `universal:package-bin` - Creates an universal `zip` distribution
* `windows:package-bin` - Creates a Windows `msi` file.
* `windows:package-msi` - Creates a Windows `msi` file.
* `debian:package-bin` - Creates a Debian `deb` file.
* `rpm:package-bin` - Creates a Red Hat `rpm` file.


### Publishing to bintray ###
Expand Down