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
This commit is contained in:
parent
3ce22281db
commit
77aa19bb4b
@ -134,7 +134,7 @@ function listMavenCompletions {
|
|||||||
# tomee
|
# tomee
|
||||||
tomee:run tomee:run-war tomee:run-war-only tomee:stop tomee:deploy tomee:undeploy
|
tomee:run tomee:run-war tomee:run-war-only tomee:stop tomee:deploy tomee:undeploy
|
||||||
# spring-boot
|
# spring-boot
|
||||||
spring-boot:run spring-boot:repackage
|
spring-boot:run spring-boot:repackage spring-boot:start spring-boot:stop
|
||||||
# exec
|
# exec
|
||||||
exec:exec exec:java
|
exec:exec exec:java
|
||||||
# versions
|
# versions
|
||||||
|
Loading…
Reference in New Issue
Block a user