Module with common code that is used by various haystack components
Since this repo contains haystack-idl as the submodule, so use the following to clone the repo
git clone --recursive git@github.com:ExpediaDotCom/haystack-commons.git
- Make sure you have Java 1.8
- Make sure you have maven 3.3.9 or higher
For a full build including unit tests, one can run -
mvn clean package
- Run:
git submodule update --recursive --remote
-
Update maven version
-
Raise a PR