This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
new d1073250c docs: remove the mvn -N install step in readme (#3541)
d1073250c is described below
commit d1073250c24b1f3870873b51c7c815a6bd06a35a
Author: Jack Xu <[email protected]>
AuthorDate: Mon Oct 10 17:22:02 2022 +0800
docs: remove the mvn -N install step in readme (#3541)
---
README.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 0ca801d7b..d52f72215 100644
--- a/README.md
+++ b/README.md
@@ -133,9 +133,7 @@ Please go to the [Linkis Releases
Page](https://linkis.apache.org/download/main)
## compile backend
### Mac OS/Linux
-# 1. When compiling for the first time, execute the following command first
-./mvnw -N install
-# 2. make the linkis distribution package
+# make the linkis distribution package
# - Option 1: make the linkis distribution package only
./mvnw clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
# - Option 2: make the linkis distribution package and docker image
@@ -145,9 +143,7 @@ Please go to the [Linkis Releases
Page](https://linkis.apache.org/download/main)
# - Option 4: linkis distribution package and docker image (included web and
ldh (hadoop all in one for test))
./mvnw clean install -Pdocker -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
-Dlinkis.build.web=true -Dlinkis.build.ldh=true
-
### Windows
-mvnw.cmd -N install
mvnw.cmd clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
## compile web
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]