Retrieve real plugin jar instead of static resource jar

Some plugins, most notably GWT UI plugins, have intermediate artifacts
that are called <plugin-name>-static.jar. Usually those artifacts are
retrieved on the first position and artifact searching algorithm hasn't
filtered them out. This results in annoying troubleshooting sessions
because gerrit listing those plugins as installed, but given that
those jars are just GWT resources nothing is actually working.

The following plugins were affected:

* reviewers-static.jar
* review-strategy-static.jar
* menuextender-static.jar

Change-Id: Ic8d597be18f2bbfdd42c2528456ea0188fcba76d
1 file changed
tree: 19ab1d7ca592bfb1d14c685a00188c069d7ac2c3
  1. src/
  2. .gitignore
  3. BUCK
  4. BUILD
  5. LICENSE
  6. README.md
README.md

plugin-manager

Gerrit web-based plugin manager