added maven build instructions

Jannik 2017-07-26 17:25:56 +02:00
parent f06a7edbda
commit ca9ecf9482
1 changed files with 17 additions and 4 deletions

@ -1,9 +1,22 @@
### Build
Project-HomeFlix uses maven to manage all dependencies and to build the Software. In order to build Project-HomeFlix
make sure you have [Maven](https://maven.apache.org/) installed.
Clone Project-HomeFlix
`git clonehttps://github.com/Seil0/Project-HomeFlix.git`
go to the root folder of Project-HomeFlix and execute the following command
`mvn package`
The final package can be found in /target.
### used libraries and apis
JFoenix: https://github.com/jfoenixadmin/JFoenix
minimal-json: https://github.com/ralfstx/minimal-json
sqlite-jdbc: https://github.com/xerial/sqlite-jdbc
apache commons io: https://commons.apache.org/proper/commons-io/
JFoenix: https://github.com/jfoenixadmin/JFoenix
minimal-json: https://github.com/ralfstx/minimal-json
sqlite-jdbc: https://github.com/xerial/sqlite-jdbc
apache commons io: https://commons.apache.org/proper/commons-io/
omdbapi: http://omdbapi.com/