...
- Generate client bundle typing npm run build:prod at taskana/web folder (if it is not already generated)
- Install taskana rest project with the option -P history.plugin at taskana/rest folder mvn clean install -P history.plugin (It will create taskana-rest-spring-example-boot with history plugin dependencies)
- Run taskana application, just do mvn spring-boot:run -P history.plugin at taskana\rest\taskana-rest-spring-example-boot folder
- Go to http://localhost:8080 and you will get History module available.