spring-boot/spring-boot-project/spring-boot-docs/src/docs/asciidoc/build-tool-plugins.adoc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
715 B
Plaintext
Raw Normal View History

[[build-tool-plugins]]
= Build Tool Plugins
include::attributes.adoc[]
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.
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.
2021-04-30 00:11:56 +08:00
include::build-tool-plugins/maven.adoc[]
2021-04-30 00:11:56 +08:00
include::build-tool-plugins/gradle.adoc[]
2021-04-30 00:11:56 +08:00
include::build-tool-plugins/antlib.adoc[]
2021-04-30 00:11:56 +08:00
include::build-tool-plugins/other-build-systems.adoc[]
2021-04-30 00:11:56 +08:00
include::build-tool-plugins/whats-next.adoc[]