Document how to specify arguments on the command line with Maven
Closes gh-10926
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user