mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Make excludeDevtools available as a user property
See gh-16701
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user