I was a heavy Maven user and now I\'m gradually using SBT for some of my projects.
I\'d like to know how could I use SBT to create a standalone Java project? This pr
publishLocal
builds the artifact and publish in the local Ivy repository making it available for your local project dependencies.
publishM2
same as above, but the artifact is published in local Maven repo instead of Ivy repo.