From a41ed14fea68a0c24609d3f459ecc40a3805916c Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 11 Aug 2014 05:33:49 +0200 Subject: [PATCH] jar built does not contain version number anymore --- README.md | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ffddb84..4df46f00 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Now build the application Copy `config.yml.example` to `config.yml` then edit the file to your liking. Issue the following command to run the app, the server will listen by default on ``http://localhost:8082`. The default user is `admin` and the default password is `admin`. - java -jar target/commafeed-2.0.0.jar server config.yml + java -jar target/commafeed.jar server config.yml You can use nginx or apache as a proxy http server. Note that when using apache, the `ProxyPreserveHost on` option should be set in your config file. diff --git a/pom.xml b/pom.xml index 8691b09c..c07d19d0 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ + commafeed src/main/resources