Files
gerrit/tools
David Ostrovsky c13a3db81a Bazel: Expose neverlink artifact in maven_jar rule
Given that the feature request: [1], still wasn't implemented, expose
neverlink artifact for every artifact per default. This is needed to
support in Gerrit tree build for plugins, because every dependency
can be potentially used from a plugin, in which case it must be used
in neverlink form to avoid shipping it twice, in plugin artifact in
addition to gerrit.war itself.

With this change in place, we can write this build rule:

  gerrit_plugin(
      name = "verify-status",
      [...]
      provided_deps = [
          "@commons_dbcp//jar:neverlink",
      ],
      [...]

that would now work in both build mode: standalone (using bazlets) and
in Gerrit tree mode.

[1] https://github.com/bazelbuild/bazel/issues/1402

Change-Id: I1240d25c576b13bd4d7450a0e5ba143df27a3d3a
2016-12-13 11:43:58 +00:00
..
2016-12-07 11:33:07 +00:00
2016-11-03 13:01:39 +01:00
2015-08-26 09:03:24 -06:00
2016-12-07 11:33:07 +00:00
2016-09-20 13:19:15 +02:00
2016-04-20 22:02:49 +02:00
2016-09-20 10:19:52 +02:00
2016-09-20 10:19:52 +02:00
2016-04-20 22:02:49 +02:00
2015-06-18 17:10:11 +02:00