Repository: beam Updated Branches: refs/heads/master 8a3588d93 -> 196f4ba0b
[BEAM-2091] Typo in build instructions in Apex Runner's README.md Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/af536210 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/af536210 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/af536210 Branch: refs/heads/master Commit: af536210056fdbdad279fcbc1065fbd8ac458211 Parents: 8a3588d Author: Tibor Kiss <[email protected]> Authored: Thu Apr 27 11:20:44 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Apr 27 13:58:03 2017 +0200 ---------------------------------------------------------------------- runners/apex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/af536210/runners/apex/README.md ---------------------------------------------------------------------- diff --git a/runners/apex/README.md b/runners/apex/README.md index 9a82731..b9bc74f 100644 --- a/runners/apex/README.md +++ b/runners/apex/README.md @@ -44,7 +44,7 @@ Then switch to the newly created directory and run Maven to build the Apache Bea ``` cd beam -mvn clean install âDskipTests +mvn clean install -DskipTests ``` Now Apache Beam and the Apex Runner are installed in your local Maven repository.
