spring-boot/spring-boot-tools/spring-boot-maven-plugin
Andy Wilkinson b3e0b3a542 Consider mvn spring-boot:run that exits with 130 (SIGINT) to be successful
Previously, if mvn spring-boot:run with a forked JVM was killed with 
CTRL+C, the run would be considered unsuccessful. This commits updates
the run mojo to consider a forked JVM that exists with 130 (the exit
code produced when exiting due to SIGINT which is what CTRL+C sends) to
be successful.

Closes gh-6498
2016-08-15 11:23:49 +01:00
..
src Consider mvn spring-boot:run that exits with 130 (SIGINT) to be successful 2016-08-15 11:23:49 +01:00
pom.xml Next development version 2016-07-28 19:54:01 +00:00