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.
This commit is contained in:
committed by
Soby Chacko
parent
d871b49f87
commit
7dfc4e0458
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
./mvnw clean install -f stream-applications-build
|
||||
./mvnw clean install -f functions -N
|
||||
./mvnw clean install -f functions/function-dependencies -N
|
||||
./mvnw clean install -f applications/stream-applications-core -N
|
||||
./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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user