Merge pull request #16701 from jvwilge
* pr/16701: Polish "Make excludeDevtools available as a user property" Make excludeDevtools available as a user property
This commit is contained in:
commit
2f244c8bd1
@ -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(defaultValue = "true")
|
@Parameter(property = "spring-boot.repackage.excludeDevtools", defaultValue = "true")
|
||||||
private boolean excludeDevtools = true;
|
private boolean excludeDevtools = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user