update build md (#1626)

This commit is contained in:
XiaoFu 2018-09-05 14:58:09 +08:00 committed by 吴晟 Wu Sheng
parent cad40e8465
commit a0a4636810
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ This document helps people to compile and build the project in your maven and se
1. Run `./mvnw compile -Dmaven.test.skip=true` to compile project and generate source codes. Because we use gRPC and protobuf.
1. Set **Generated Source Codes** folders.
* `grpc-java` and `java` folders in **apm-protocol/apm-network/target/generated-sources/protobuf**
* `grpc-java` and `java` folders in **apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/generated-sources/protobuf**
* `grpc-java` and `java` folders in **oap-server/server-core/target/generated-sources/protobuf**
## Setup your Eclipse IDE
1. Import the project as a maven project