jar built does not contain version number anymore

This commit is contained in:
Athou
2014-08-11 05:33:49 +02:00
parent e8f0cfb4bd
commit a41ed14fea
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -18,6 +18,7 @@
</properties>
<build>
<finalName>commafeed</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>