spring-boot/spring-boot-tools
Stephane Nicoll 97f15d606d Auto-detect fork value in stop goal
So far, one has to set the "fork" value to both the start and stop
goals. Since they have the same name, sharing them in a global
configuration element does the trick. However, the plugin also supports
auto-detection of the fork value according to other parameters:
typically if an agent or jvm arguments are set, forking will be
automatically enabled. This is a problem since the stop goal is not aware
of that.

This commit transmits the value in a property attached to the
`MavenProject`. That way, the stop goal can retrieve that value and
apply the same defaults. This has the side effect that specifying the
fork value isn't necessary anymore.

Closes gh-6747
2016-08-27 12:33:44 +02:00
..
spring-boot-antlib Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-configuration-metadata Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-configuration-processor Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-gradle-plugin Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-loader Test that LaunchedURLClassLoader works when thread is interrupted 2016-08-18 12:03:05 +01:00
spring-boot-loader-tools Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-maven-plugin Auto-detect fork value in stop goal 2016-08-27 12:33:44 +02:00
pom.xml Next Development Version 2016-07-28 09:18:40 +00:00