Skip to content

Commit dcc09ff

Browse files
jvwilgesnicoll
authored andcommitted
Make excludeDevtools available as a user property
See gh-16701
1 parent 6998b7c commit dcc09ff

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
193193
* Exclude Spring Boot devtools from the repackaged archive.
194194
* @since 1.3
195195
*/
196-
@Parameter(defaultValue = "true")
196+
@Parameter(property = "spring-boot.excludeDevtools", defaultValue = "true")
197197
private boolean excludeDevtools = true;
198198

199199
/**

0 commit comments

Comments
 (0)