From 77aa19bb4ba4645a0b5f1b58695f04ccd30f7847 Mon Sep 17 00:00:00 2001 From: SALES Date: Mon, 13 Jun 2016 14:13:36 +1100 Subject: [PATCH] Added spring-boot start/stop goals ```spring-boot:start``` and ```spring-boot:stop``` are missing see reference below : http://docs.spring.io/spring-boot/docs/current/maven-plugin/index.html --- plugins/mvn/mvn.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mvn/mvn.plugin.zsh b/plugins/mvn/mvn.plugin.zsh index 7aaab0e1..45f42ecf 100644 --- a/plugins/mvn/mvn.plugin.zsh +++ b/plugins/mvn/mvn.plugin.zsh @@ -134,7 +134,7 @@ function listMavenCompletions { # tomee tomee:run tomee:run-war tomee:run-war-only tomee:stop tomee:deploy tomee:undeploy # spring-boot - spring-boot:run spring-boot:repackage + spring-boot:run spring-boot:repackage spring-boot:start spring-boot:stop # exec exec:exec exec:java # versions