I am developing an a plugin that definitions build definitions. I have an option where you can add files. That option should be project specific and so data shouldn't persist between projects. I am using a fieldEditor to get the input values.
The problem I am having is that it persists the option values between different projects.
This is what I have in plugin.xml for the option
<option
browseType="file"
category="test.category.applications"
fieldEditor="com.test.FieldEditor"
command="${value}"
id="test.applicationFiles"
name="%option.app.files.name"
valueType="string">
</option>