From eabe701b987c2f9040e2a0fe3b8f667a6c0ed706 Mon Sep 17 00:00:00 2001 From: Edwin de Jong Date: Mon, 8 Sep 2014 11:26:25 +0200 Subject: [PATCH] Update sbt to add publish-local to commands --- plugins/sbt/_sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/sbt/_sbt b/plugins/sbt/_sbt index 91372aa7..a601c9b9 100644 --- a/plugins/sbt/_sbt +++ b/plugins/sbt/_sbt @@ -17,6 +17,7 @@ _sbt_commands=( 'package-src:produce a source artifact, such as a jar containing sources' 'publish:publish artifacts to a repository' 'publish-local:publish artifacts to the local repository' + 'publish-m2:publish artifacts to the local Maven 2 repository' 'run:run a main class' 'run-main:run the main class selected by the first argument' 'test:execute all tests'