This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 200e0652f [readme] Use mvn install instead of compile
200e0652f is described below
commit 200e0652fd64730d7d0cbce945fb8a94c382df3a
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 dabeb9554..5595610b3 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.