Commit 66dc7280 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish "Make excludeDevtools available as a user property"

Closes gh-16701
parent dcc09ffa
...@@ -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(property = "spring-boot.excludeDevtools", 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