Files
stream-applications/setup-build.sh
David Turanski 7dfc4e0458 Add stream-application-integration-tests
Fix HttpRequestProcessorTests

Disable security for actuator/info endpoint

In Spring Boot 2.5, the info actuator endpoint is secured.
We need to disable security for the actuator/info integration tests
in TimeSource tests.
2021-06-28 13:53:57 -04:00

7 lines
244 B
Bash
Executable File

#!/usr/bin/env bash
./mvnw clean install -f stream-applications-build -U
./mvnw clean install -f functions -N -U
./mvnw clean install -f functions/function-dependencies -N -U
./mvnw clean install -f applications/stream-applications-core -N -U