Home  >  Article  >  Java  >  dubbo 2.5.4-SNAPSHOT source code compilation

dubbo 2.5.4-SNAPSHOT source code compilation

PHP中文网
PHP中文网Original
2017-07-15 18:13:031811browse

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, execute mvn clean install -Dmaven.test.skip Wait for opensesame to be compiled successfully

4. Officially compile dubbo, enter the D:\project\dubbo\dubbo-master directory, and execute mvn clean install -Dmaven.test.skip Then 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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn