Add another groupId that only icon-shim uses =_=

This commit is contained in:
R. Tyler Croy 2017-07-19 18:14:19 -07:00
parent ae826530e4
commit d781a1aea2
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def main():
plugin = dep.find('mvn:artifactId', ns).text
try:
['org.jvnet.hudson.plugins', 'org.jenkins-ci.plugins',
'org.jenkinsci.plugins',
'org.jenkinsci.plugins', 'org.jenkins-ci.plugins.icon-shim',
'${project.groupId}', 'io.jenkins.plugins',
'org.jenkins-ci.ui', 'org.jenkins-ci.plugins.workflow'].index(group)
# Let's only bother with dependencies that are actually Jenkins