浏览代码

Update sbt to add publish-local to commands (#3112)

Edwin de Jong 6 年之前
父节点
当前提交
4105faf620
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/sbt/_sbt

+ 1 - 0
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'