Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More info for plugin descriptor needed #317

Closed
anshbansal opened this issue Jul 8, 2015 · 5 comments
Closed

More info for plugin descriptor needed #317

anshbansal opened this issue Jul 8, 2015 · 5 comments

Comments

@anshbansal
Copy link
Contributor

I was looking at https://github.com/grails3-plugins/geb/blob/master/src/main/groovy/geb/GebGrailsPlugin.groovy when I noticed that the plugin descriptor has license, issueManagement, scm which are not documented in the documentation.

Are these part of "special properties"? Also what is so special with these special properties. This is not documented.

@graemerocher
Copy link
Member

They are documentation properties used to display information when the grails plugin-info command is run

@anshbansal
Copy link
Contributor Author

I checked https://github.com/grails/grails-profile-repository/blob/master/profiles/base/commands/plugin-info.groovy and saw that it was getting the details from https://repo.grails.org/grails/plugins3/org/grails/plugins. How do the details go there? Are they synced via Bintray?

@anshbansal
Copy link
Contributor Author

Plugin info does not show all information currently said in the documentation. That's why asking this.

@graemerocher
Copy link
Member

No because some of it just goes into plugin descriptor which historically has been parsed by the website (see https://repo.grails.org/grails/plugins3/org/grails/plugins/feeds/2.0.0-SNAPSHOT/feeds-2.0.0-20150626.092110-1-plugin.xml) for an example descriptor.

This information could be used by any tool or website to get more information about the plugin.

@guramritpal-singh
Copy link

@anshbansal do you think your issue has been solved or still you have doubt on this issue.

jdaugherty pushed a commit that referenced this issue Jan 16, 2025
Update dependency org.grails:grails-datastore-gorm-test to v8.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants