Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling the spring-cloud-stream-3.0.1.RELEASE Source Code

  1. Download the spring-cloud-stream-3.0.1.RELEASE source code.
    1
    2
    3
    cd /home
    git config --global http.sslVerify false
    git clone https://github.com/spring-cloud/spring-cloud-stream.git
    
  2. Switch to the target version.
    1
    2
    cd spring-cloud-stream
    git checkout v3.0.1.RELEASE
    
  3. Perform the compilation.
    1
    mvn clean install -Dgpg.skip=true
    

    If BUILD SUCCESS is displayed, the compilation is successful.

    If an error is reported during the compilation due to checkstyle-plugin, rectify the fault by following instructions in "Failed during checkstyle execution" Displayed When Compiling Spring Boot.