You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/03/20 07:34:07 UTC

[GitHub] [incubator-iotdb] jixuan1989 edited a comment on issue #104: fix doc bug

jixuan1989 edited a comment on issue #104: fix doc bug
URL: https://github.com/apache/incubator-iotdb/pull/104#issuecomment-474718716
 
 
   > The iotdb-cli model also need to be build, then it will generate jars in the cli/lb. So the following command may need to be replaced by: mvn clean package -DskipTests
   > > mvn clean package -pl iotdb -am -Dmaven.test.skip=true
   
   @qiaojialin 
   Either `mvn clean package -DskipTests` and `mvn clean package -pl iotdb -am -Dmaven.test.skip=true` is OK. But the former is more simply.
   
   > The cli/lib should also be removed:
   >> rm -rf $IOTDB_HOME/data/
   >> rm -rf $IOTDB_HOME/lib/
   
   Jialin is right, @MyXOF , maven does not delete the data folder.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services