To build executable jar, run:
mvn clean package
After the application is done building, there should be a .jar
file in target
directory.
To execute this file, run:
java -jar target/planningpoker-*.jar
See com.glovoapp.planningpoker.Configuration
for all available environment variables.