An open API service indexing awesome lists of open source software.

https://github.com/drombler/drombler-evoting-system

A prototype for an e-voting system.
https://github.com/drombler/drombler-evoting-system

e-voting evoting

Last synced: 3 months ago
JSON representation

A prototype for an e-voting system.

Awesome Lists containing this project

README

        

# Drombler e-Voting System
A prototype for an e-voting system.

## Build the project from sources
```bash
mvn clean install
```
Please note that the develop branch (SNAPSHOT version) of the project might depend on SNAPSHOT versions of other projects.

If you don't want to build the dependent projects as well, please make sure to define a proxy in your [Maven Repository Manager](https://maven.apache.org/repository-management.html) to the following Maven Repository: https://oss.sonatype.org/content/repositories/snapshots/ and include it in your [single group](https://help.sonatype.com/repomanager3/formats/maven-repositories#MavenRepositories-ConfiguringApacheMaven).