| commit | 493db2e96d9110641b05105136b3ebc6ff3f609d | [log] [tgz] |
|---|---|---|
| author | Mattias Reichel <matrei@apache.org> | Thu Dec 04 12:55:48 2025 +0100 |
| committer | GitHub <noreply@github.com> | Thu Dec 04 12:55:48 2025 +0100 |
| tree | ceb0d4b0e7b3a9740476f257dce958a48139581b | |
| parent | b3aa69ccdc25d9ca619c1e853c384257e7320b9d [diff] | |
| parent | 91a744622d242b547384bd6f3bdcd2bce27e64b8 [diff] |
Merge pull request #155 from apache/update-plugins Update plugin info
This repository hosts the data used by the Grails Plugin Page to list and display plugin information.
To have your plugin listed on the Grails Plugin Page, follow these steps:
{ "bintrayPackage": { "name": "Your Plugin Name", "repo": "your-plugin-repo-name", "owner": "your-github-username", "desc": "A concise description of your plugin", "labels": [ "relevant-label", "check-existing-labels" ], "licenses": [ "Apache-2.0" ], "issueTrackerUrl": "https://github.com/your-github-username/your-plugin-repo/issues", "latestVersion": "1.0", "updated": "2024-12-25T04:00:40.855Z", "systemIds": [ "your.plugin.maven:coords" ], "vcsUrl": "https://github.com/your-github-username/your-plugin-repo-name" }, "documentationUrl": "https://github.com/your-github-username/your-plugin-repo-name#readme", "mavenMetadataUrl": "https://repo1.maven.org/maven2/your/plugin/maven/coords/maven-metadata.xml" }
When you release a new version of your plugin, the system will automatically generate a Pull Request to update your plugin's entry in this repository. A member of the Grails team will review and merge the update.