Document how to specify arguments on the command line with Maven

Closes gh-10926
This commit is contained in:
Stephane Nicoll
2019-06-03 11:37:36 +02:00
parent 684d5a838c
commit 8beb6c1bcb
2 changed files with 17 additions and 15 deletions

View File

@@ -16,9 +16,9 @@ build system. If you are just getting started, you might want to read
[[build-tool-plugins-maven-plugin]]
== Spring Boot Maven Plugin
The {spring-boot-maven-plugin-site}[Spring Boot Maven Plugin] provides Spring Boot
support in Maven, letting you package executable jar or war archives and run an
application "`in-place`". To use it, you must use Maven 3.2 (or later).
The Spring Boot Maven Plugin provides Spring Boot support in Maven, letting you package
executable jar or war archives and run an application "`in-place`". To use it, you must
use Maven 3.2 (or later).
NOTE: See the {spring-boot-maven-plugin-site}[Spring Boot Maven Plugin Site] for complete
plugin documentation.