Repository: ignite Updated Branches: refs/heads/master 8ee02b3bf -> cc480feaa
IGNITE-7344 Fix Maven invocation in DEVNOTES of yardstick. - Fixes #5645. Signed-off-by: Ilya Kasnacheev <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/cc480fea Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/cc480fea Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/cc480fea Branch: refs/heads/master Commit: cc480feaa95ecd5857aea6cc638f6f7fa148c41e Parents: 8ee02b3 Author: oleg-ostanin <[email protected]> Authored: Wed Dec 12 15:34:04 2018 +0300 Committer: Ilya Kasnacheev <[email protected]> Committed: Wed Dec 12 15:34:04 2018 +0300 ---------------------------------------------------------------------- modules/yardstick/DEVNOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/cc480fea/modules/yardstick/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/modules/yardstick/DEVNOTES.txt b/modules/yardstick/DEVNOTES.txt index b8b1f53..13decca 100644 --- a/modules/yardstick/DEVNOTES.txt +++ b/modules/yardstick/DEVNOTES.txt @@ -3,7 +3,7 @@ Building from Ignite sources Run -mvn clean package -Pyardstick -pl modules/yardstick -am -DskipTests +mvn clean package -Pall-java,all-other -pl modules/yardstick -am -DskipTests in the Apache Ignite root directory.
