|
|
|
@ -15,9 +15,12 @@ unsupported build system. If you are just getting started, you might want to rea
|
|
|
|
|
|
|
|
|
|
[[build-tool-plugins-maven-plugin]]
|
|
|
|
|
== Spring Boot Maven plugin
|
|
|
|
|
The {mp-root}/[Spring Boot Maven Plugin] provides Spring Boot support in Maven, allowing you to
|
|
|
|
|
package executable jar or war archives and run an application ``in-place''. To use it you
|
|
|
|
|
must be using Maven 3 (or better).
|
|
|
|
|
The {spring-boot-maven-plugin-site}/[Spring Boot Maven Plugin] provides Spring Boot
|
|
|
|
|
support in Maven, allowing you to package executable jar or war archives and run an
|
|
|
|
|
application ``in-place''. To use it you must be using Maven 3 (or better).
|
|
|
|
|
|
|
|
|
|
NOTE: Refer to the {spring-boot-maven-plugin-site}/[Spring Boot Maven Plugin Site]
|
|
|
|
|
for complete plugin documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -151,7 +154,8 @@ need to mark the embedded container dependencies as ``provided'', e.g:
|
|
|
|
|
</project>
|
|
|
|
|
----
|
|
|
|
|
|
|
|
|
|
Advanced configuration options and examples are available in the {mp-root}/[plugin info page].
|
|
|
|
|
Advanced configuration options and examples are available in the
|
|
|
|
|
{spring-boot-maven-plugin-site}/[plugin info page].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|