Polish "Make excludeDevtools available as a user property"
Closes gh-16701
This commit is contained in:
parent
dcc09ffac2
commit
66dc728018
|
@ -193,7 +193,7 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
|
||||||
* Exclude Spring Boot devtools from the repackaged archive.
|
* Exclude Spring Boot devtools from the repackaged archive.
|
||||||
* @since 1.3
|
* @since 1.3
|
||||||
*/
|
*/
|
||||||
@Parameter(property = "spring-boot.excludeDevtools", defaultValue = "true")
|
@Parameter(property = "spring-boot.repackage.excludeDevtools", defaultValue = "true")
|
||||||
private boolean excludeDevtools = true;
|
private boolean excludeDevtools = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue