未验证 提交 4c10597e 编写于 作者: J Jialin Qiao 提交者: GitHub

Merge pull request #267 from Genius-pig/master

[IOTDB-146] Windows should use different mvn command, like using quoting '-Dmaven test.skip=true'
......@@ -114,9 +114,15 @@ Then under the root path of incubator-iotdb, you can build IoTDB using Maven:
> pwd
/workspace/incubator-iotdb
# Unix/OS X
> mvn clean package -pl iotdb -am -Dmaven.test.skip=true
# Windows
> mvn clean package -pl iotdb -am '-Dmaven.test.skip=true'
```
Note: If you are a Windows user, you should use quoting `'-Dmaven.test.skip=true'` in the following commands.
If successful, you will see the the following text in the terminal:
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册