Update build_the_application macros to link in gs-convert-jar-to-war

This commit is contained in:
Greg Turnquist 2013-07-17 07:12:11 -04:00
parent feea89d2e7
commit 2184958d38
1 changed files with 2 additions and 0 deletions

View File

@ -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: