Home > Java > javaTutorial > body text

dubbo 2.5.4-SNAPSHOT source code compilation

PHP中文网
Release: 2017-07-15 18:13:03
Original
1824 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!