Repository: calcite
Updated Branches:
  refs/heads/master a0b607ade -> 96fd5b7cf


[CALCITE-553] Fix the docs removing mvn clean <foo> warning


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/96fd5b7c
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/96fd5b7c
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/96fd5b7c

Branch: refs/heads/master
Commit: 96fd5b7cf36f7893458fbbfc5d716f9202e8407c
Parents: a0b607a
Author: Josh Elser <[email protected]>
Authored: Fri Feb 12 00:28:37 2016 -0500
Committer: Josh Elser <[email protected]>
Committed: Fri Feb 12 00:28:37 2016 -0500

----------------------------------------------------------------------
 site/_docs/howto.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/96fd5b7c/site/_docs/howto.md
----------------------------------------------------------------------
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index 1498152..82e71d8 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -71,9 +71,7 @@ The test suite will run by default when you build, unless you 
specify
 `-DskipTests`:
 
 {% highlight bash %}
-# Note: "mvn clean install" does not work; use "mvn clean" then "mvn install"
-$ mvn clean
-$ mvn -DskipTests install
+$ mvn -DskipTests clean install
 $ mvn test
 {% endhighlight %}
 

Reply via email to