Skip to content

Commit

Permalink
Merge pull request #24 from palantir/update-readme
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
markelliot committed Nov 3, 2015
2 parents 8492330 + 785a40f commit 66b02cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ program for a default run configuration:
mainClass 'com.palantir.foo.bar.MyServiceMainClass'
args 'server', 'var/conf/my-service.yml'
}

The `distribution` block offers the following options:

* `serviceName` the name of this service, used to construct the final artifact's file name.
* `mainClass` class containing the entry point to start the program.
* (optional) `args` a list of arguments to supply when running `start`.
* (optional) `defaultJvmOpts` a list of default JVM options to set on the program.

Packaging
---------
Expand Down

0 comments on commit 66b02cc

Please sign in to comment.