Currently, Watson looks for dependency-check.properties on the classpath unless a different properties file is provided. So it's all or nothing -- you can't provide your own properties file that overrides just one or two properties. Given that the default properties file isn't easily "guessable" (you have to download it from GitHub -- and that makes it hard to keep in sync as changes are made), it would make sense for Watson to support an optional clj-watson.properties file on the classpath (or perhaps via a command-line option?) that could be read in and add to / override what is found in the default properties file.
Currently, Watson looks for
dependency-check.properties
on the classpath unless a different properties file is provided. So it's all or nothing -- you can't provide your own properties file that overrides just one or two properties. Given that the default properties file isn't easily "guessable" (you have to download it from GitHub -- and that makes it hard to keep in sync as changes are made), it would make sense for Watson to support an optionalclj-watson.properties
file on the classpath (or perhaps via a command-line option?) that could be read in and add to / override what is found in the default properties file.