To build stackgres run the following command inside folder stackgres-k8s/src
:
Clone the sources from GitLab (or alternatively, GitHub):
git clone https://gitlab.com/ongresinc/stackgres.git
cd stackgres/
Build StackGres via Maven (using the mvnw
wrapper):
cd stackgres-k8s/src/
./mvnw clean install
Build with strength checks is needed in order to contribute to the project (since the CI will run those checks).
To do so simply add the safer
profile:
./mvnw clean install -P safer