https://github.com/expediadotcom/haystack-commons
Module with common code that is used by various haystack components
https://github.com/expediadotcom/haystack-commons
Last synced: about 1 year ago
JSON representation
Module with common code that is used by various haystack components
- Host: GitHub
- URL: https://github.com/expediadotcom/haystack-commons
- Owner: ExpediaDotCom
- License: apache-2.0
- Created: 2018-03-24T17:02:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T20:54:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T18:45:07.773Z (about 1 year ago)
- Language: Scala
- Size: 365 KB
- Stars: 2
- Watchers: 14
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/ExpediaDotCom/haystack-commons)
[](https://github.com/ExpediaDotCom/haystack/blob/master/LICENSE)
# haystack-commons
Module with common code that is used by various haystack components
## Building
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```
#### Prerequisite:
* Make sure you have Java 1.8
* Make sure you have maven 3.3.9 or higher
#### Build
For a full build including unit tests, one can run -
```
mvn clean package
```
#### Updating haystack-idl
* Run:
```git submodule update --recursive --remote```
* Update maven version
* Raise a PR
#### Releasing haystack-commons
* https://github.com/ExpediaDotCom/haystack-commons/blob/master/Release.md