Commit 2f244c8b authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #16701 from jvwilge

* pr/16701:
  Polish "Make excludeDevtools available as a user property"
  Make excludeDevtools available as a user property
parents 6998b7c3 66dc7280
...@@ -193,7 +193,7 @@ public class RepackageMojo extends AbstractDependencyFilterMojo { ...@@ -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;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment