Added pluginsInfo capability.

Adding 3 elements in the produced zip file, specifying plugins content,
lib content and the versions for each plugin.

Change-Id: Ib1c8bc4830114f74791145241a3af64979a013cd
5 files changed
tree: e2375f95e1b1e53fb7970b56b9baee6b99667d35
  1. project/
  2. src/
  3. .gitignore
  4. build.sbt
  5. LICENSE
  6. README.md
README.md

Gerrit-Support Plugin

Collect information on Gerrit Code Review in order to have enough elements to request support.

How to build

Gerrit-Support plugins is written in Scala language and built with Sbt. To build the plugin you need to have SBT 0.13.13 installed and then run the assembly target.

Example:

   $ sbt assembly
   [...]
   [info] Packaging /Users/lucamilanesio/gerrithub/gerrit-support/target/scala-2.11/gerrit-support.jar ...