Compiling the spring-cloud-bus-2.2.0.RELEASE Source Code
- Download the spring-cloud-bus-2.2.0.RELEASE source code.
1 2 3
cd /home git config --global http.sslVerify false git clone https://github.com/spring-cloud/spring-cloud-bus.git
- Switch to the target version.
1 2
cd spring-cloud-bus git checkout v2.2.0.RELEASE
- Perform the compilation.
1./mvnw clean install -Dgpg.skip=true

If BUILD SUCCESS is displayed, the compilation is successful.
Parent topic: Compiling and Installing Spring Cloud