commit | 578aa64d05fa982f41c2db72253c9b43c3f0d03e | [log] [tgz] |
---|---|---|
author | Trevor Getty <trevor.getty@wandisco.com> | Wed May 14 17:21:41 2025 +0100 |
committer | Trevor Getty <trevor.getty@wandisco.com> | Mon Jul 07 11:26:03 2025 -0700 |
tree | 5e5fc4354dc101a2b943bd38844017c19adf30a1 | |
parent | 2808425de3d91a319d7497e127af1336ca6692c0 [diff] |
Fix plugin names having hyphens Any maven based plugin builds that had hyphens in the names where being truncated to the first hyphen. e.g. ai-code-review, was "ai" leading to incorrect names and duplicated entries upon installation. Replacing indexOf with lastIndexOf, to take everything up to the version number. N.B.Version numbers cannot contain suffix information like -SNAPSHOT, or -rc0 for maven builds. Bug: Issue 417683832 Change-Id: I1a206635499a2977dcc49503bd300b96fda6bffa
Gerrit web-based plugin manager.
To enable this plugin, please look at the configuration guide