A java web app for holding ballots with the condorcet method.
The project can be build with maven:
mvn -Prelease,fatjar package
for the standalone .jar or mvn -Prelease,war package
for the .war file.
Instead of mvn
you can also use mvnw
. This installs a local maven version in the project directory so that you
don't need a global maven installation.
None. Just start the app.
Instead of the release
maven profile use the dev
profile.
You can create a report containing the test results as well as static code analysis and style checks with:
mvn -Pdev,fatjar package site:site