From b5b2873f69d9800f1d02ae7c049213df9717b4f0 Mon Sep 17 00:00:00 2001 From: Zesong Sun <2474809464@qq.com> Date: Fri, 30 Aug 2019 15:41:58 +0800 Subject: [PATCH] Add mvn clean compile step --- docs/Development-IDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Development-IDE.md b/docs/Development-IDE.md index 736dbcf8cc..1cc44fc4cb 100644 --- a/docs/Development-IDE.md +++ b/docs/Development-IDE.md @@ -38,6 +38,7 @@ Once all UTs are passed after you modify codes, your modification basically work ## IDEA * "File" -> "Open" -> choose the root path of IoTDB source code. +* use `mvn clean compile -Dmaven.test.skip=true`to get target. * mark directory ***iotdb/target/generated-sources/antlr3*** as source code * mark directory ***service-rpc/target/generated-sources/thrift*** as source code @@ -61,4 +62,4 @@ The main class of IoTDB cli is `org.apache.iotdb.client.Client` You can run/debug IoTDB by using the two classes as the entrance. -Another way to understand IoTDB is to read and try Unit Tests. \ No newline at end of file +Another way to understand IoTDB is to read and try Unit Tests. -- GitLab