1. Download dubbo source code from , the version I downloaded is 2.5.4-SNAPSHOT
2. Unzip to D:\project\dubbo\dubbo-master
3. Before compiling dubbo, perform the following operations:
1. Opensesame dependency problem, open, download opensesame (mainly pom.xml file), unzip it in the D:\project\dubbo\opensesame-master directory
2. Enter the D:\project\dubbo\opensesame-master directory and change the pom file version value from 2.0 to 1.0
3. In the D:\project\dubbo\opensesame-master directory, executemvn clean install -Dmaven.test.skipWait for opensesame to be compiled successfully
4. Officially compile dubbo, enter the D:\project\dubbo\dubbo-master directory, and executemvncleaninstall-Dmaven.test.skipThen wait dubbo automatically downloads dependent jars until the compilation is successful
The above is the detailed content of dubbo 2.5.4-SNAPSHOT source code compilation. For more information, please follow other related articles on the PHP Chinese website!