Compiling dubbo-common
- Modify the NetUtilsTest.java file.
- Open the file.
1vim /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-common/src/test/java/org/apache/dubbo/common/utils/NetUtilsTest.java - Press i to enter the insert mode and comment out line 53.

- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open the file.
- Go to the /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-common directory.
1cd /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-common
- Compile the dubbo-common module.
1mvn install

If BUILD SUCCESS is displayed, the dubbo-common module is compiled successfully.
Parent topic: Compiling and Installing Dubbo