Make excludeDevtools available as a user property

See gh-16701
This commit is contained in:
jvwilge 2019-05-02 08:43:50 +02:00 committed by Stephane Nicoll
parent 6998b7c30c
commit dcc09ffac2
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
* Exclude Spring Boot devtools from the repackaged archive.
* @since 1.3
*/
@Parameter(defaultValue = "true")
@Parameter(property = "spring-boot.excludeDevtools", defaultValue = "true")
private boolean excludeDevtools = true;
/**