Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 596 Bytes

GETTING_STARTED.md

File metadata and controls

24 lines (14 loc) · 596 Bytes

Getting Started

Please read the README.md that is on the root of this repository.
It contains all the information you will need to use this repository.

Contribution guideline can be found here CONTRIBUTING.md

Release notes can be found here RELEASE_NOTES.md

Code of Conduct can be found here CODE_OF_CONDUCT.md

maven project

Build

To build and run the unit tests:

mvn clean install

The above assumes have a suitable "~/.m2/settings.xml" — you may copy the one in this repo if not.