Skip to content

Commit 840349a

Browse files
authored
Merge pull request wildfly#20013 from bstansberry/WFLY-21841
[WFLY-21841] Clarify the Galleon guide is about its CLI tool. Rework …
2 parents b5a9850 + 362a5a9 commit 840349a

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/src/main/asciidoc/Bootable_Guide.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ ifdef::basebackend-html[toc::[]]
2626
[[wildfly_bootable_JAR_development]]
2727
= WildFly bootable JAR application development
2828

29-
[WARNING]
30-
The usage of the link:https://github.com/wildfly-extras/wildfly-jar-maven-plugin[WildFly Bootable JAR Maven plugin] has been deprecated.
31-
This link:https://docs.wildfly.org/33/Bootable_Guide.html[documentation] covers its usage.
32-
This chapter covers the creation of a bootable JAR using the link:https://docs.wildfly.org/wildfly-maven-plugin[WildFly Maven Plugin].
29+
[IMPORTANT]
30+
This chapter covers the creation of a bootable JAR using the general purpose link:https://docs.wildfly.org/wildfly-maven-plugin[WildFly Maven Plugin]. _A different plugin used solely for creating bootable jars, the link:https://github.com/wildfly-extras/wildfly-jar-maven-plugin[WildFly Bootable JAR Maven plugin], is deprecated._ Users of it should switch to the WildFly Maven Plugin covered here. If you are looking for documentation of the old plugin, please see the link:https://docs.wildfly.org/33/Bootable_Guide.html[WildFly 33 documentation].
31+
3332

3433
This document details the steps to follow in order to develop a WildFly application
3534
packaged as a bootable JAR. A WildFly bootable JAR should target a bare-metal or virtualized platform. For the cloud platform,

docs/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ a WildFly zip installation, a WildFly server provisioned with Galleon or a WildF
5353
into a bootable JAR.
5454

5555
* The link:Galleon_Guide{outfilesuffix}[Galleon Provisioning Guide] shows you how to
56-
provision a customized WildFly server using Galleon.
56+
provision a customized WildFly server using the Galleon CLI tool.
5757

5858
* The link:Getting_Started_on_OpenShift{outfilesuffix}[Getting Started with WildFly on OpenShift Guide] shows you how to use WildFly on OpenShift.
5959

0 commit comments

Comments
 (0)