Make layout parameter available as a user property
This commit allows the layout parameter of the Maven repackage goal to be set from the command line. See gh-17277
This commit is contained in:
committed by
Stephane Nicoll
parent
cc85746942
commit
d2e34e6b07
@@ -139,7 +139,7 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
|
||||
* archive type.
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Parameter
|
||||
@Parameter(property = "spring-boot.repackage.layout")
|
||||
private LayoutType layout;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user