A time management app with the help of the pomodoro technique.
The project was created for the Programming Technologies and Programming Environments courses. (University of Debrecen 2017/2018)
You have to create the jars:
$ mvn package
After the above's completion you can run it:
$ java -jar ./target/single-tasker-1.0-jar-with-dependencies.jar
The documentation and reports can be generated with:
$ mvn site