Skip to content

Document spring-boot.run.arguments behaviour with multiple arguments #19998

@ebussieres

Description

@ebussieres

Since version 2.2.3.RELEASE, I have a regression when using command line arguments from Maven plugin.

When I use the maven plugin and pass multiple arguments, the args array contains only one value. For example, if I use the following command line, the array will containe only one value.

mvn spring-boot:run -Dspring-boot.run.arguments="param1,param2"

It was working with version 2.2.2.RELEASE

An example can be found here : https://github.com/ebussieres/spring-boot-run-bug

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions