From 2184958d38b4b5aad428925adcbfff0dc25d3dd6 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 17 Jul 2013 07:12:11 -0400 Subject: [PATCH] Update build_the_application macros to link in gs-convert-jar-to-war --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38cd5d9e61..e312eac121 100644 --- a/README.md +++ b/README.md @@ -468,6 +468,8 @@ Now run the following to produce a single executable JAR file containing all nec [maven-shade-plugin]: https://maven.apache.org/plugins/maven-shade-plugin +> **Note:** The procedure above will create a runnable JAR. You can also opt to [build a classic WAR file](/guides/gs/gs-convert-jar-to-war) instead. + Run the batch job ------------------- Run your batch job with `java -jar` at the command line: