2014-03-14 04:18:47 +08:00
|
|
|
[[build-tool-plugins]]
|
2018-11-24 04:20:24 +08:00
|
|
|
= Build Tool Plugins
|
|
|
|
include::attributes.adoc[]
|
2014-03-14 04:18:47 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
|
|
|
|
|
2019-08-30 08:33:18 +08:00
|
|
|
Spring Boot provides build tool plugins for Maven and Gradle.
|
|
|
|
The plugins offer a variety of features, including the packaging of executable jars.
|
2019-08-28 12:09:28 +08:00
|
|
|
This section provides more details on both plugins as well as some help should you need to extend an unsupported build system.
|
2021-04-30 00:11:56 +08:00
|
|
|
If you are just getting started, you might want to read "`<<using#using.build-systems>>`" from the "`<<using#using>>`" section first.
|
2014-03-14 04:18:47 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::build-tool-plugins/maven.adoc[]
|
2014-03-14 04:18:47 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::build-tool-plugins/gradle.adoc[]
|
2015-06-27 06:09:59 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::build-tool-plugins/antlib.adoc[]
|
2015-06-27 06:09:59 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::build-tool-plugins/other-build-systems.adoc[]
|
2014-03-14 04:18:47 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::build-tool-plugins/whats-next.adoc[]
|