This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch release-0.4
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git

commit 2b9b8a130207a8f26b2f56d7f8049e63bf66afe2
Author: JingsongLi <[email protected]>
AuthorDate: Tue Apr 25 16:57:44 2023 +0800

    [readme] Use mvn install instead of compile
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 709a6d6c1..9f98be940 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Don’t forget to introduce yourself in channel.
 
 JDK 8/11 is required for building the project.
 
-- Run the `mvn clean package -DskipTests` command to build the project.
+- Run the `mvn clean install -DskipTests` command to build the project.
 - Run the `mvn spotless:apply` to format the project (both Java and Scala).
 - IDE: Mark `paimon-common/target/generated-sources/antlr4` as Sources Root.
 

Reply via email to