Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling the spring-cloud-openfeign-2.2.1.RELEASE Source Code

  1. Download the spring-cloud-openfeign-2.2.1.RELEASE source package.
    1
    2
    3
    cd /home
    git config --global http.sslVerify false
    git clone https://github.com/spring-cloud/spring-cloud-openfeign.git
    
  2. Switch to the target version.
    cd spring-cloud-openfeign
    git checkout v2.2.1.RELEASE
  3. Perform the compilation.
    1
    ./mvnw clean install -Dgpg.skip=true
    

    If BUILD SUCCESS is displayed, the compilation is successful.

    • If the error message "Some problems were encountered while processing the POMs" is displayed, run the following command:
      mvn clean install -Dgpg.skip=true