Commit dcc09ffa authored by jvwilge's avatar jvwilge Committed by Stephane Nicoll

Make excludeDevtools available as a user property

See gh-16701
parent 6998b7c3
......@@ -193,7 +193,7 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
* Exclude Spring Boot devtools from the repackaged archive.
* @since 1.3
*/
@Parameter(defaultValue = "true")
@Parameter(property = "spring-boot.excludeDevtools", defaultValue = "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