Skip to content

Commit 949d87d

Browse files
committed
[WFLY-19629] set bootableJarName in bootable-jar profile
1 parent 5270502 commit 949d87d

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

micrometer/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
12031203
Rename the output war to ROOT.war before adding it to the server, so that the
12041204
application is deployed in the root web context.
12051205
-->
1206-
<name>ROOT.war</name>
1206+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
12071207
<add-ons>...</add-ons>
12081208
</configuration>
12091209
<executions>

microprofile-config/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
13921392
Rename the output war to ROOT.war before adding it to the server, so that the
13931393
application is deployed in the root web context.
13941394
-->
1395-
<name>ROOT.war</name>
1395+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
13961396
<add-ons>...</add-ons>
13971397
</configuration>
13981398
<executions>

microprofile-config/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
Rename the output war to ROOT.war before adding it to the server, so that the
186186
application is deployed in the root web context.
187187
-->
188-
<name>ROOT.war</name>
188+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
189189
</configuration>
190190
<executions>
191191
<execution>

microprofile-fault-tolerance/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
12231223
Rename the output war to ROOT.war before adding it to the server, so that the
12241224
application is deployed in the root web context.
12251225
-->
1226-
<name>ROOT.war</name>
1226+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
12271227
<add-ons>...</add-ons>
12281228
</configuration>
12291229
<executions>

microprofile-fault-tolerance/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
Rename the output war to ROOT.war before adding it to the server, so that the
230230
application is deployed in the root web context.
231231
-->
232-
<name>ROOT.war</name>
232+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
233233
</configuration>
234234
<executions>
235235
<execution>

microprofile-health/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
10721072
Rename the output war to ROOT.war before adding it to the server, so that the
10731073
application is deployed in the root web context.
10741074
-->
1075-
<name>ROOT.war</name>
1075+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
10761076
<add-ons>...</add-ons>
10771077
</configuration>
10781078
<executions>

microprofile-health/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
Rename the output war to ROOT.war before adding it to the server, so that the
190190
application is deployed in the root web context.
191191
-->
192-
<name>ROOT.war</name>
192+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
193193
</configuration>
194194
<executions>
195195
<execution>

microprofile-jwt/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
11541154
Rename the output war to ROOT.war before adding it to the server, so that the
11551155
application is deployed in the root web context.
11561156
-->
1157-
<name>ROOT.war</name>
1157+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
11581158
<add-ons>...</add-ons>
11591159
</configuration>
11601160
<executions>

microprofile-jwt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
Rename the output war to ROOT.war before adding it to the server, so that the
246246
application is deployed in the root web context.
247247
-->
248-
<name>ROOT.war</name>
248+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
249249
</configuration>
250250
<executions>
251251
<execution>

microprofile-lra/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
882882
Rename the output war to ROOT.war before adding it to the server, so that the
883883
application is deployed in the root web context.
884884
-->
885-
<name>ROOT.war</name>
885+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
886886
<add-ons>...</add-ons>
887887
</configuration>
888888
<executions>

microprofile-lra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
Rename the output war to ROOT.war before adding it to the server, so that the
191191
application is deployed in the root web context.
192192
-->
193-
<name>ROOT.war</name>
193+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
194194
</configuration>
195195
<executions>
196196
<execution>

microprofile-openapi/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
669669
Rename the output war to ROOT.war before adding it to the server, so that the
670670
application is deployed in the root web context.
671671
-->
672-
<name>ROOT.war</name>
672+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
673673
<add-ons>...</add-ons>
674674
</configuration>
675675
<executions>

microprofile-openapi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
Rename the output war to ROOT.war before adding it to the server, so that the
157157
application is deployed in the root web context.
158158
-->
159-
<name>ROOT.war</name>
159+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
160160
</configuration>
161161
<executions>
162162
<execution>

microprofile-reactive-messaging-kafka/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
15861586
Rename the output war to ROOT.war before adding it to the server, so that the
15871587
application is deployed in the root web context.
15881588
-->
1589-
<name>ROOT.war</name>
1589+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
15901590
<add-ons>...</add-ons>
15911591
</configuration>
15921592
<executions>

microprofile-reactive-messaging-kafka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
Rename the output war to ROOT.war before adding it to the server, so that the
282282
application is deployed in the root web context.
283283
-->
284-
<name>ROOT.war</name>
284+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
285285
</configuration>
286286
<executions>
287287
<execution>

microprofile-rest-client/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
702702
Rename the output war to ROOT.war before adding it to the server, so that the
703703
application is deployed in the root web context.
704704
-->
705-
<name>ROOT.war</name>
705+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
706706
<add-ons>...</add-ons>
707707
</configuration>
708708
<executions>

microprofile-rest-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
Rename the output war to ROOT.war before adding it to the server, so that the
210210
application is deployed in the root web context.
211211
-->
212-
<name>ROOT.war</name>
212+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
213213
</configuration>
214214
<executions>
215215
<execution>

opentelemetry-tracing/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
12231223
Rename the output war to ROOT.war before adding it to the server, so that the
12241224
application is deployed in the root web context.
12251225
-->
1226-
<name>ROOT.war</name>
1226+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
12271227
<add-ons>...</add-ons>
12281228
</configuration>
12291229
<executions>

opentelemetry-tracing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
</discover-provisioning-info>
221221
<bootable-jar>true</bootable-jar>
222222
<!-- deploys the quickstart on root web context -->
223-
<name>ROOT.war</name>
223+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
224224
<packaging-scripts>
225225
<packaging-script>
226226
<scripts>

shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
2323
Rename the output war to ROOT.war before adding it to the server, so that the
2424
application is deployed in the root web context.
2525
-->
26-
<name>ROOT.war</name>
26+
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
2727
<add-ons>...</add-ons>
2828
</configuration>
2929
<executions>

0 commit comments

Comments
 (0)