JaredTan95 commented on a change in pull request #4241: Fix typo: Update maven update command and description URL: https://github.com/apache/skywalking/pull/4241#discussion_r367210244
########## File path: docs/en/guides/How-to-build.md ########## @@ -133,6 +133,6 @@ Refer to [Build docker image](../../../docker) for more details. </dependency> ``` 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) Review comment: may be `./mvnw clean` ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
