Skip to content

Commit 66dc728

Browse files
committed
Polish "Make excludeDevtools available as a user property"
Closes spring-projectsgh-16701
1 parent dcc09ff commit 66dc728

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

+1-1
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(property = "spring-boot.excludeDevtools", defaultValue = "true")
196+
@Parameter(property = "spring-boot.repackage.excludeDevtools", defaultValue = "true")
197197
private boolean excludeDevtools = true;
198198

199199
/**

0 commit comments

Comments
 (0)