You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example-pending_plugins.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "installing": [
  3. {
  4. "key": "scmgit",
  5. "name": "Git",
  6. "description": "Git SCM Provider.",
  7. "version": "1.0",
  8. "license": "GNU LGPL 3",
  9. "organizationName": "SonarSource",
  10. "organizationUrl": "http://www.sonarsource.com",
  11. "homepageUrl": "http://redirect.sonarsource.com/plugins/scmgit.html",
  12. "issueTrackerUrl": "http://jira.sonarsource.com/browse/SONARSCGIT",
  13. "implementationBuild": "9ce9d330c313c296fab051317cc5ad4b26319e07"
  14. },
  15. {
  16. "key": "java",
  17. "name": "Java",
  18. "description": "SonarQube rule engine.",
  19. "version": "3.0",
  20. "license": "GNU LGPL 3",
  21. "organizationName": "SonarSource",
  22. "organizationUrl": "http://www.sonarsource.com",
  23. "homepageUrl": "http://redirect.sonarsource.com/plugins/java.html",
  24. "issueTrackerUrl": "http://jira.sonarsource.com/browse/SONARJAVA",
  25. "implementationBuild": "65396a609ddface8b311a6a665aca92a7da694f1"
  26. }
  27. ],
  28. "removing": [
  29. {
  30. "key": "scmsvn",
  31. "name": "SVN",
  32. "description": "SVN SCM Provider.",
  33. "version": "1.0",
  34. "license": "GNU LGPL 3",
  35. "organizationName": "SonarSource",
  36. "organizationUrl": "http://www.sonarsource.com",
  37. "homepageUrl": "http://redirect.sonarsource.com/plugins/scmsvn.html",
  38. "issueTrackerUrl": "http://jira.sonarsource.com/browse/SONARSCSVN",
  39. "implementationBuild": "213fc8a8b582ff530b12dd4a59a6512be1071234"
  40. }
  41. ]
  42. }