Skip to content

Commit 2f244c8

Browse files
committed
Merge pull request #16701 from jvwilge
* pr/16701: Polish "Make excludeDevtools available as a user property" Make excludeDevtools available as a user property
2 parents 6998b7c + 66dc728 commit 2f244c8

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.repackage.excludeDevtools", defaultValue = "true")
197197
private boolean excludeDevtools = true;
198198

199199
/**

0 commit comments

Comments
 (0)