All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.sonar.server.plugins.ws.example-updates_plugins.json Maven / Gradle / Ivy
{
"plugins": [
{
"key": "abap",
"name": "ABAP",
"category": "Languages",
"description": "Enable analysis and reporting on ABAP projects",
"license": "Commercial",
"organizationName": "SonarSource",
"organizationUrl": "http://www.sonarsource.com",
"termsAndConditionsUrl": "http://dist.sonarsource.com/SonarSource_Terms_And_Conditions.pdf",
"editionBundled": true,
"updates": [
{
"release": {
"version": "3.1",
"date": "2014-12-21",
"description": "New rules, several improvements",
"changeLogUrl": "http://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10054&version=10552"
},
"status": "INCOMPATIBLE",
"requires": []
},
{
"release": {
"version": "3.2",
"date": "2015-03-10",
"description": "14 new rules, most of them designed to detect potential performance hotspots.",
"changeLogUrl": "http://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10054&version=10575"
},
"status": "COMPATIBLE",
"requires": []
}
]
},
{
"key": "android",
"name": "Android",
"category": "Languages",
"description": "Import Android Lint reports.",
"license": "GNU LGPL 3",
"organizationName": "SonarSource and Jerome Van Der Linden, Stephane Nicolas, Florian Roncari, Thomas Bores",
"organizationUrl": "http://www.sonarsource.com",
"editionBundled": false,
"updates": [
{
"release": {
"version": "1.0",
"date": "2014-03-31",
"description": "Makes the plugin compatible with multi-language analysis introduced in SonarQube 4.2 and adds support of Emma 2.0 reports",
"changeLogUrl": "http://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=13235&version=20187"
},
"status": "COMPATIBLE",
"requires": [
{
"key": "java",
"name": "Java",
"description": "SonarQube rule engine."
}
]
}
]
}
]
}