From 7e43407a8d5fdbcfe1956035a9ac70049ae1980e Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Mon, 14 Nov 2016 16:25:11 -0800 Subject: [PATCH] Bazel docs: Fix path to plugin jars Change-Id: I9f8f2ad448800532cda84a87f9e82190ded2db86 Signed-off-by: Edwin Kempin --- Documentation/dev-bazel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt index ebd4bf9b83..c7239e09b6 100644 --- a/Documentation/dev-bazel.txt +++ b/Documentation/dev-bazel.txt @@ -101,7 +101,7 @@ Install gerrit.war to the local maven repository: The output JAR files for individual plugins will be placed in: ---- - bazel-bin/plugins//_deploy.jar + bazel-genfiles/plugins//.jar ---- The JAR files will also be packaged in: