Search code examples
scalamavensbtsonatype

I have made an scala library but how can I release it to maven, sonatype or other


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.


Solution

  • 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.