mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
This commit changes the order of precedence for the `arguments` property of the AbstractRunMojo so that values specified in the POM override values provided on the command line using `spring-boot.run.arguments`. This brings the `arguments` property in line with all other Mojo parameters. Fixes gh-20024