From 21c7ea021be93a9f39d09df6f700177c85153f68 Mon Sep 17 00:00:00 2001 From: Samuel Bucheli Date: Fri, 28 Jun 2019 16:14:29 +0200 Subject: [PATCH] Adding some build information to readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e76b51d..b332169 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,16 @@ Main service for the BFH AppTrans exercise. Live demo (with mock external systems) at https://bfh-pcws-mock.herokuapp.com/swagger-ui.html -See https://github.com/SamuelBucheliZ/bfh-apptrans-exercise/blob/master/README.md \ No newline at end of file +See also https://github.com/SamuelBucheliZ/bfh-apptrans-exercise/blob/master/README.md + +## How to build + +Build war for Tomcat deployment (for the exercise) +``` +mvn clean package -Pwar +``` + +Build standalone jar (for demo and Heroku) +``` +mvn clean package -Pjar +``` \ No newline at end of file