Browse Source
The configuration within an execution is only applied when that particular execution is invoked as part of the build. It is not applied when the plugin is invoked on the command line (i.e. mvn spring-boot:run). This commit clarifies the situation so that users can safely copy/paste those bits and get the expected behavior. Fixes gh-875pull/874/merge
1 changed files with 5 additions and 12 deletions
Loading…
Reference in new issue