From 325347e43b16b86efeb72095f182daf256300624 Mon Sep 17 00:00:00 2001 From: johnniang Date: Thu, 16 Jan 2020 10:53:58 +0800 Subject: [PATCH 1/2] Fix typo: Update maven update command and description --- docs/en/guides/How-to-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/How-to-build.md b/docs/en/guides/How-to-build.md index 59823be98938..2fd4cf58b7a9 100644 --- a/docs/en/guides/How-to-build.md +++ b/docs/en/guides/How-to-build.md @@ -133,6 +133,6 @@ Refer to [Build docker image](../../../docker) for more details. ``` 5. Run `./mvnw compile -Dmaven.test.skip=true` -6. Run `maven update`. Must remove the clean projects item before maven update(This will be clear the proto conversion Java file generated by the complie) +6. Run `./mvnw update`. Must remove the clean projects item before maven update(This will be clear the proto conversion Java file generated by the compile) 7. Run `./mvnw compile` compile collector-remote-grpc-provider and apm-protocol 8. Refresh project From f1df41d1f5ca37b67f12ed3b93f7cdab62260601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 16 Jan 2020 11:09:25 +0800 Subject: [PATCH 2/2] Update How-to-build.md --- docs/en/guides/How-to-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/How-to-build.md b/docs/en/guides/How-to-build.md index 2fd4cf58b7a9..203d64701ae5 100644 --- a/docs/en/guides/How-to-build.md +++ b/docs/en/guides/How-to-build.md @@ -133,6 +133,6 @@ Refer to [Build docker image](../../../docker) for more details. ``` 5. Run `./mvnw compile -Dmaven.test.skip=true` -6. Run `./mvnw update`. Must remove the clean projects item before maven update(This will be clear the proto conversion Java file generated by the compile) +6. Run `maven update`. Must remove the clean projects item before maven update(This will be clear the proto conversion Java file generated by the compiling) 7. Run `./mvnw compile` compile collector-remote-grpc-provider and apm-protocol 8. Refresh project