How can I release a jar to an artifactory and which do you recommend, is there a guide or tutorial to use with sbt, thanks.
There is an SBT plugin that simplifies the workflow for you - sbt-sonatype
. Check this github project and just follow the steps described there.
This project is an example that uses the sbt-sonatype
plugin.