vlsi commented on a change in pull request #1236: [CALCITE-3092] Improve the
command for building calcite project in tutorial.md
URL: https://github.com/apache/calcite/pull/1236#discussion_r288902914
##########
File path: site/_docs/tutorial.md
##########
@@ -58,7 +58,7 @@ You need Java (version 8, 9 or 10) and git.
{% highlight bash %}
$ git clone https://github.com/apache/calcite.git
$ cd calcite
-$ ./mvnw install -DskipTests -Dcheckstyle.skip=true
+$ ./mvnw clean install -DskipTests -Dcheckstyle.skip=true
$ cd example/csv
Review comment:
Then it makes sense to document that.
Or update the logic that creates `taget/fullclasspath.txt` so the file is
updated.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services