Publish SBT project to local directory
问题 I am trying to publish some of my SBT projects on my personal webserver. As far as I know you usually export a SBT project as a Maven directory including a POM.xml, that contains the project definitions. As Brian Clapper pointed out, you can publish such a Maven repository by creating several configuration files and using sbt publish . In his tutorial, the repository is transferred via FTP. I want to push my Maven repository to the server manually so I have more control. Can you give me some