I am new to scala and sbt. I managed to create an executable jar with one-jar plugin.
I am trying to publish this additional (one-jar) artifact to artifactory, but I am not able to do that. Does anybody know how to do that?
I had a look at http://www.scala-sbt.org/0.12.3/docs/Detailed-Topics/Artifacts.html but I was not able to get it to work.
(play 2.1.2, sbt 0.12.3, scala 2.10)