Added configInfo capability.

When specifying configInfo=true plugin now fetches all the files with
.config suffix and include their content in the generated zip file.

Change-Id: I4c7487fe97a0ff49e64d06948ed3c8b86d888890
5 files changed
tree: a1951f872cadc6ec01d9a7ea327fa56b3573c329
  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 ...