I have an sbt (0.11.2) plugin that should get the path to text files inside the plugin. How should I do it? baseDirectory, sourceDirectories, etc. are installed in the project base, including the plugin, and not the base of the module itself.
I would like to provide a command to the plugin user, which extracts the default values from the ruby file inside the plugin, and then allows the plugin user to override these default values.
source
share