I am writing a TeamCity plugin and I'm trying to figure out what the best place to put a .properties
file would be. I was under the impression that the data/config
dir would be on the CLASSPATH
, but this doesn't seem to be the case.
Could somebody please give me some examples of existing plugins which are configurable via a .properties
file on the file system and how this all should work?
Many thanks in advance!