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):
1mvn install -Dmaven.test.skip=true
- Go to the dubbo-dubbo-2.7.5 directory.
1cd /home/Dubbo/dubbo-dubbo-2.7.5
- Perform the compilation.
1mvn install

If BUILD SUCCESS is displayed, Dubbo 2.7.5 is compiled successfully.
- The compiled dubbo-2.7.5.jar package is stored in the dubbo-all/target directory.
1ls /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-all/target
Parent topic: Compiling and Installing Dubbo