Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 493 Bytes

play-governance

Governance service for the Play platform. Manages all resources with SOAP/REST API and provides an User REST API.

Build

mvn clean install

Integration tests

One can run integration tests with

mvn clean install -Pitest

This assumes that you have the complete platform configured on your machine... More details on how to configure under governance-itest module.

Limitations

  • For now, you need to have a mongo instance running locally for unit tests...