spring-boot/spring-boot-tools
Stephane Nicoll 54e12a07e6 Add start/stop goals to maven plugin
SpringApplicationLifecycle provides lifecycle operations on the current
Spring Boot application. It can be registered as an MBean of the platform
MBean server if a specific property is set. Besides, the JMX name can
also be customized via a property in case more than one Spring Boot
application is started in the same process.

The Maven plugin uses that MBean to check that the application is ready
before ending the "start" phase. It uses it to trigger a proper shutdown
of the application during the "stop" phase.

If the process has to be forked, the platform MBean server is exposed on
a configurable port so that the maven plugin can connect to it.

Such change permits the maven plugin to integrate a classical integration
test scenario where the "start" goal is invoked during the
pre-integration phase and the "stop" goal during the post-integration
phase.

Closes gh-2525
2015-04-16 11:50:18 +02:00
..
spring-boot-configuration-processor Next development version 2015-03-30 22:56:20 -07:00
spring-boot-dependency-tools Next development version 2015-03-30 22:56:20 -07:00
spring-boot-gradle-plugin Support ANSI color from gradle bootRun 2015-04-09 13:13:44 -07:00
spring-boot-loader Merge branch '1.2.x' 2015-04-15 17:04:05 +01:00
spring-boot-loader-tools Add start/stop goals to maven plugin 2015-04-16 11:50:18 +02:00
spring-boot-maven-plugin Add start/stop goals to maven plugin 2015-04-16 11:50:18 +02:00
pom.xml Next development version 2015-03-30 22:56:20 -07:00