This version works pretty much like all JVM programmed Omni Reporter plugins. In this case, it also uses a JSON configuration just like the lein plugin. Have a look at the documentation on the maven plugin for further details and checkout the other plugins of the Omni family:
Also from the Omni family here are a few others that belong to different runtimes:
Please check document ReleaseNotes.md to keep up-to-date on the changes of this project
sbt publishM2
File at ~/.sbt/sonatype_credentials
as described in Using Sonatype:
realm=Sonatype Nexus Repository Manager
host=oss.sonatype.org
user=<USER>
password=<PASSWORD>
Check plugin configuration for more details.
See examples of the usage of this plugin on these projects:
- - Simple usage
- - Multi-module with extra sources and reports from different technologies (NodeJS and SBT-Scala)