This repository hosts the metadata used by Grails Plugin Portal to list/show plugins information.
The Grails Plugin Portal uses the grails-plugins.json metadata file to display plugin information.
When you publish a new plugin or release an existing plugin, you must send a pull request to this file to update the information on the portal.
{
"bintrayPackage": {
"name": "My Plugin",
"repo": "plugins",
"owner": "puneetbehl",
"desc": "A concise description",
"labels": [
"grails3",
"spring-boot",
"test-label"
],
"licenses": [
"Apache-2.0"
],
"issueTrackerUrl": "https://github.com/puneetbehl/myplugin/issues",
"latestVersion": "1.1",
"updated": "2021-03-25T04:00:40.855Z",
"systemIds": [
"io.github.puneetbehl:myplugin"
],
"vcsUrl": "https://github.com/puneetbehl/myplugin"
},
"documentationUrl": "https://puneetbehl.github.io/myplugin/",
"mavenMetadataUrl": "https://repo1.maven.org/maven2/com/github/puneetbehl/myplugin/maven-metadata.xml"
}