David Crossley wrote:
Ross Gardler wrote:
Sjur Moshagen wrote:
1. what is the best place to store default values for the plugin?
PLUGIN_HOME/default.plugin.properties.xml

2. where should the user specify default overrides? forrest.properties.xml?
yes.

Use a naming convention unique to the plugin, e.g. pdfOutput.fontFamily to avoid naming conflicts

So lets standardise completely at "pluginType.pluginName.property", e.g.
output.pdf.fontFamily
internal.dispatcher.caching
input.projectInfo.project.fullname


+1

I've added this note to the issue for documentation of the plugin config feature. [1]

Ross

[1] https://issues.apache.org/jira/browse/FOR-734