This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch metadata
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/metadata by this push:
new 3c60d07 update REAME to get Dubbo 2.7-SNAPSHOT
3c60d07 is described below
commit 3c60d07825136aec2399e0f278e3b278f2ccfa5a
Author: nzomkxia <[email protected]>
AuthorDate: Wed Nov 14 16:52:12 2018 +0800
update REAME to get Dubbo 2.7-SNAPSHOT
---
README.md | 1 +
README_ZH.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 8b1bb5a..e038cf6 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@
</snapshots>
</repository>
```
+* force update under root path(incubator-dubbo-ops) for the first building:
`mvn -Dmaven.test.skip=true clean -U package`
### Production Setup
diff --git a/README_ZH.md b/README_ZH.md
index 8bac4ae..668875c 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -35,6 +35,7 @@ English version goes [here](README.md).
</snapshots>
</repository>
```
+* 在项目根目录(incubator-dubbo-ops)第一次构建需要强制更新: `mvn -Dmaven.test.skip=true clean -U
package`
### 生产环境配置