我要评分
获取效率
正确性
完整性
易理解

Compiling Dubbo 2.7.5

  • If Dubbo test cases need to be executed, perform Compiling dubbo-common to Modifying Other Configuration Files and then this section. The Dubbo test cases do not affect the use of Dubbo. However, they may involve two problems: (1) The unit test has errors itself. (2) There is no JAR package of the ARM64 version, and a JAR package of the ARM64 version is needed to replace the existing JAR package in the local repository.
  • If Dubbo test cases do not need to be executed, skip this section (run the following command to replace mvn install to compile Dubbo):
    1
    mvn install -Dmaven.test.skip=true
    
  1. Go to the dubbo-dubbo-2.7.5 directory.
    1
    cd /home/Dubbo/dubbo-dubbo-2.7.5
    
  2. Perform the compilation.
    1
    mvn install
    

    If BUILD SUCCESS is displayed, Dubbo 2.7.5 is compiled successfully.

  3. The compiled dubbo-2.7.5.jar package is stored in the dubbo-all/target directory.
    1
    ls /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-all/target