From 22e8478aa364609eb93ad873d179492ba5048ff8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 8 Dec 2014 10:52:54 -0800 Subject: [PATCH] Cross-reference "Create a deployable war" how-to Add a tip for both the Maven and Gradle "Packaging executable jar and war files" section referring to the how-to. Fixes gh-2086 --- spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc b/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc index fcadd0f9ff..f82328ef80 100644 --- a/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc +++ b/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc @@ -154,6 +154,9 @@ need to mark the embedded container dependencies as "`provided`", e.g: ---- +TIP: See the "`<>`" section for more details on +how to create a deployable war file. + Advanced configuration options and examples are available in the {spring-boot-maven-plugin-site}/[plugin info page]. @@ -359,6 +362,10 @@ named "`providedRuntime`", e.g: } ---- +TIP: See the "`<>`" section for more details on +how to create a deployable war file. + + [[build-tool-plugins-gradle-running-applications]] === Running a project in-place