This is an automated email from the ASF dual-hosted git repository. mmiller pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/master by this push: new d13f365 Update build command in tour d13f365 is described below commit d13f36566ee52c1e63e970007b2fba0bff3594c0 Author: Mike Miller <mmil...@apache.org> AuthorDate: Thu Nov 7 15:35:26 2019 -0500 Update build command in tour --- tour/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tour/getting-started.md b/tour/getting-started.md index 30be62f..7aff174 100644 --- a/tour/getting-started.md +++ b/tour/getting-started.md @@ -26,7 +26,7 @@ great here on the tour. Files and logs used by [MiniAccumuloCluster] can be see ``` 4. Use the following Maven command to build and run the tour. ```commandline -mvn -q clean compile exec:exec +mvn -q clean verify exec:exec ``` [Main.java]: https://github.com/apache/accumulo-website/blob/tour/src/main/java/tour/Main.java