Install vestige
Install vote-demo in vestige and run it
- Install and run rmiregistry
- Install and run vote-state
- Install and run vote-polling-station
- Install and run vote-citizen
mvn clean install
export VESTIGE_REPOSITORY_PATH=/path/to/vestige/repository
mvn clean deploy -Dvestige.application.version=1.0.0 -Pskip-deploy
mvn clean release:prepare release:perform