spring-boot:stop

Full name:

org.springframework.boot:spring-boot-maven-plugin:1.3.4.RELEASE:stop

Description:

Stop a spring application that has been started by the "start" goal. Typically invoked once a test suite has completed.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 1.3.0.
  • Binds by default to the lifecycle phase: post-integration-test.

Optional Parameters

Name Type Since Description
fork Boolean 1.2 Flag to indicate if the run processes should be forked. Must be aligned to the value used to StartMojo start the process
User property is: fork.
jmxName String 1.3.0 The JMX name of the automatically deployed MBean managing the lifecycle of the application.
jmxPort int 1.3.0 The port to use to lookup the platform MBeanServer if the application has been forked.
skip boolean 1.3.2 Skip the execution.
Default value is: false.

Parameter Details

fork:

Flag to indicate if the run processes should be forked. Must be aligned to the value used to StartMojo start the process
  • Type: java.lang.Boolean
  • Since: 1.2
  • Required: No
  • User Property: fork

jmxName:

The JMX name of the automatically deployed MBean managing the lifecycle of the application.
  • Type: java.lang.String
  • Since: 1.3.0
  • Required: No

jmxPort:

The port to use to lookup the platform MBeanServer if the application has been forked.
  • Type: int
  • Since: 1.3.0
  • Required: No

skip:

Skip the execution.
  • Type: boolean
  • Since: 1.3.2
  • Required: No
  • Default: false