Skip to content

Commit 22e8478

Browse files
committed
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
1 parent fcad7c4 commit 22e8478

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ need to mark the embedded container dependencies as "`provided`", e.g:
154154
</project>
155155
----
156156

157+
TIP: See the "`<<howto-create-a-deployable-war-file>>`" section for more details on
158+
how to create a deployable war file.
159+
157160
Advanced configuration options and examples are available in the
158161
{spring-boot-maven-plugin-site}/[plugin info page].
159162

@@ -359,6 +362,10 @@ named "`providedRuntime`", e.g:
359362
}
360363
----
361364

365+
TIP: See the "`<<howto-create-a-deployable-war-file>>`" section for more details on
366+
how to create a deployable war file.
367+
368+
362369

363370
[[build-tool-plugins-gradle-running-applications]]
364371
=== Running a project in-place

0 commit comments

Comments
 (0)