From 785a40f25f0ef5be23653d36b36b9a80b8fdeee3 Mon Sep 17 00:00:00 2001 From: Mark Elliot Date: Mon, 2 Nov 2015 21:35:36 -0500 Subject: [PATCH] Update readme.md --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 68a4fffc..328eb23e 100644 --- a/readme.md +++ b/readme.md @@ -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 ---------