I'm developing a Grails plugin. Should its plugin.xml
be kept in version control. Why or why not?
Because these are just plugin descriptors, I'm not sure if they should always be maintained alongside the rest of the codebase. However perhaps Grails uses them for all sorts of "under the hood" type configurations, in which case they must always be present/consistent with the rest of the app codebase.