[[integration-tests.stop-goal]] = `spring-boot:stop` `org.springframework.boot:spring-boot-maven-plugin:3.3.0-SNAPSHOT` Stop an application that has been started by the "start" goal. Typically invoked once a test suite has completed. [[integration-tests.stop-goal.optional-parameters]] == Optional parameters [cols="3,2,3"] |=== | Name | Type | Default | xref:#integration-tests.stop-goal.parameter-details.jmx-name[jmxName] | `String` | `org.springframework.boot:type=Admin,name=SpringApplication` | xref:#integration-tests.stop-goal.parameter-details.jmx-port[jmxPort] | `int` | `9001` | xref:#integration-tests.stop-goal.parameter-details.skip[skip] | `boolean` | `false` |=== [[integration-tests.stop-goal.parameter-details]] == Parameter details [[integration-tests.stop-goal.parameter-details.jmx-name]] === `jmxName` The JMX name of the automatically deployed MBean managing the lifecycle of the application. [cols="10h,90"] |=== | Name | `jmxName` | Type | `java.lang.String` | Default value | `org.springframework.boot:type=Admin,name=SpringApplication` | User property | | Since | |=== [[integration-tests.stop-goal.parameter-details.jmx-port]] === `jmxPort` The port to use to look up the platform MBeanServer. [cols="10h,90"] |=== | Name | `jmxPort` | Type | `int` | Default value | `9001` | User property | | Since | |=== [[integration-tests.stop-goal.parameter-details.skip]] === `skip` Skip the execution. [cols="10h,90"] |=== | Name | `skip` | Type | `boolean` | Default value | `false` | User property | ``spring-boot.stop.skip`` | Since | `1.3.2` |===