Reporter to Influxdb 0.9+ implementing (extended) Dropwizard metrics API
$ sbt tests
$ sbt release
- File with Sonatype credentials
~/.sbt/1.0/sonatype.sbt
:
credentials += Credentials(
"Sonatype Nexus Repository Manager",
"oss.sonatype.org",
"XXXXXXX",
"YYYYY"
)
- File with GPG sbt plugin configuration
~/.sbt/1.0/gpg.sbt
:
usePgpKeyHex("XYXYXYXYXYX")