You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It's also specified in the doc that's supposed to show up. You need to quote it.
What I meant by harmonizing is that we now use the same mechanism as any other Maven plugin does so there are plenty of resources online about that stuff.
snicoll
changed the title
Multiple arguments when using command line arguments from Maven plugin
Document spring-boot.run.arguments behaviour with multiple arguments
Jan 31, 2020
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.
It was working with version 2.2.2.RELEASE
An example can be found here : https://github.com/ebussieres/spring-boot-run-bug
The text was updated successfully, but these errors were encountered: