Merge branch '2.2.x'

Closes gh-20121
This commit is contained in:
Stephane Nicoll
2020-02-11 13:50:54 +01:00
2 changed files with 40 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ public abstract class AbstractRunMojo extends AbstractDependencyFilterMojo {
* quotes. When specified, takes precedence over {@link #arguments}.
* @since 2.2.3
*/
@Parameter(property = "spring-boot.run.arguments", readonly = true)
@Parameter(property = "spring-boot.run.arguments")
private String commandlineArguments;
/**