Polish "Make excludeDevtools available as a user property"

Closes gh-16701
This commit is contained in:
Stephane Nicoll 2019-05-20 10:38:15 +02:00
parent dcc09ffac2
commit 66dc728018
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(property = "spring-boot.excludeDevtools", defaultValue = "true")
@Parameter(property = "spring-boot.repackage.excludeDevtools", defaultValue = "true")
private boolean excludeDevtools = true;
/**