diff options
| author | Edwin de Jong <edwin.de.jong@simacan.com> | 2018-06-15 21:04:25 +0200 | 
|---|---|---|
| committer | Marc Cornellà <marc.cornella@live.com> | 2018-06-15 21:04:25 +0200 | 
| commit | 4105faf620cd324712568ca9b6c3665979adc698 (patch) | |
| tree | 080f17157e02b6b64690d446580d55c17a8f5de2 /plugins/sbt | |
| parent | 08153ff526dab352a1ddc991ada0076041f22f66 (diff) | |
| download | zsh-4105faf620cd324712568ca9b6c3665979adc698.tar.gz zsh-4105faf620cd324712568ca9b6c3665979adc698.tar.bz2 zsh-4105faf620cd324712568ca9b6c3665979adc698.zip | |
Update sbt to add publish-local to commands (#3112)
Diffstat (limited to 'plugins/sbt')
| -rw-r--r-- | plugins/sbt/_sbt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/plugins/sbt/_sbt b/plugins/sbt/_sbt index 91372aa72..a601c9b97 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' | 
