Commit 949d87d 1 parent 5270502 commit 949d87d Copy full SHA for 949d87d
File tree 20 files changed +20
-20
lines changed
microprofile-fault-tolerance
microprofile-reactive-messaging-kafka
20 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -1203,7 +1203,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
1203
1203
Rename the output war to ROOT.war before adding it to the server, so that the
1204
1204
application is deployed in the root web context.
1205
1205
-->
1206
- <name>ROOT.war</name >
1206
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
1207
1207
<add-ons>...</add-ons>
1208
1208
</configuration>
1209
1209
<executions>
Original file line number Diff line number Diff line change @@ -1392,7 +1392,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
1392
1392
Rename the output war to ROOT.war before adding it to the server, so that the
1393
1393
application is deployed in the root web context.
1394
1394
-->
1395
- <name>ROOT.war</name >
1395
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
1396
1396
<add-ons>...</add-ons>
1397
1397
</configuration>
1398
1398
<executions>
Original file line number Diff line number Diff line change 185
185
Rename the output war to ROOT.war before adding it to the server, so that the
186
186
application is deployed in the root web context.
187
187
-->
188
- <name >ROOT.war</ name >
188
+ <bootableJarName > ${project.artifactId} -bootable.jar</ bootableJarName >
189
189
</configuration >
190
190
<executions >
191
191
<execution >
Original file line number Diff line number Diff line change @@ -1223,7 +1223,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
1223
1223
Rename the output war to ROOT.war before adding it to the server, so that the
1224
1224
application is deployed in the root web context.
1225
1225
-->
1226
- <name>ROOT.war</name >
1226
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
1227
1227
<add-ons>...</add-ons>
1228
1228
</configuration>
1229
1229
<executions>
Original file line number Diff line number Diff line change 229
229
Rename the output war to ROOT.war before adding it to the server, so that the
230
230
application is deployed in the root web context.
231
231
-->
232
- <name >ROOT.war</ name >
232
+ <bootableJarName > ${project.artifactId} -bootable.jar</ bootableJarName >
233
233
</configuration >
234
234
<executions >
235
235
<execution >
Original file line number Diff line number Diff line change @@ -1072,7 +1072,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
1072
1072
Rename the output war to ROOT.war before adding it to the server, so that the
1073
1073
application is deployed in the root web context.
1074
1074
-->
1075
- <name>ROOT.war</name >
1075
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
1076
1076
<add-ons>...</add-ons>
1077
1077
</configuration>
1078
1078
<executions>
Original file line number Diff line number Diff line change 189
189
Rename the output war to ROOT.war before adding it to the server, so that the
190
190
application is deployed in the root web context.
191
191
-->
192
- <name >ROOT.war</ name >
192
+ <bootableJarName > ${project.artifactId} -bootable.jar</ bootableJarName >
193
193
</configuration >
194
194
<executions >
195
195
<execution >
Original file line number Diff line number Diff line change @@ -1154,7 +1154,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
1154
1154
Rename the output war to ROOT.war before adding it to the server, so that the
1155
1155
application is deployed in the root web context.
1156
1156
-->
1157
- <name>ROOT.war</name >
1157
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
1158
1158
<add-ons>...</add-ons>
1159
1159
</configuration>
1160
1160
<executions>
Original file line number Diff line number Diff line change 245
245
Rename the output war to ROOT.war before adding it to the server, so that the
246
246
application is deployed in the root web context.
247
247
-->
248
- <name >ROOT.war</ name >
248
+ <bootableJarName > ${project.artifactId} -bootable.jar</ bootableJarName >
249
249
</configuration >
250
250
<executions >
251
251
<execution >
Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
882
882
Rename the output war to ROOT.war before adding it to the server, so that the
883
883
application is deployed in the root web context.
884
884
-->
885
- <name>ROOT.war</name >
885
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
886
886
<add-ons>...</add-ons>
887
887
</configuration>
888
888
<executions>
Original file line number Diff line number Diff line change 190
190
Rename the output war to ROOT.war before adding it to the server, so that the
191
191
application is deployed in the root web context.
192
192
-->
193
- <name >ROOT.war</ name >
193
+ <bootableJarName > ${project.artifactId} -bootable.jar</ bootableJarName >
194
194
</configuration >
195
195
<executions >
196
196
<execution >
Original file line number Diff line number Diff line change @@ -669,7 +669,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
669
669
Rename the output war to ROOT.war before adding it to the server, so that the
670
670
application is deployed in the root web context.
671
671
-->
672
- <name>ROOT.war</name >
672
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
673
673
<add-ons>...</add-ons>
674
674
</configuration>
675
675
<executions>
Original file line number Diff line number Diff line change 156
156
Rename the output war to ROOT.war before adding it to the server, so that the
157
157
application is deployed in the root web context.
158
158
-->
159
- <name >ROOT.war</ name >
159
+ <bootableJarName > ${project.artifactId} -bootable.jar</ bootableJarName >
160
160
</configuration >
161
161
<executions >
162
162
<execution >
Original file line number Diff line number Diff line change @@ -1586,7 +1586,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
1586
1586
Rename the output war to ROOT.war before adding it to the server, so that the
1587
1587
application is deployed in the root web context.
1588
1588
-->
1589
- <name>ROOT.war</name >
1589
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
1590
1590
<add-ons>...</add-ons>
1591
1591
</configuration>
1592
1592
<executions>
Original file line number Diff line number Diff line change 281
281
Rename the output war to ROOT.war before adding it to the server, so that the
282
282
application is deployed in the root web context.
283
283
-->
284
- <name >ROOT.war</ name >
284
+ <bootableJarName > ${project.artifactId} -bootable.jar</ bootableJarName >
285
285
</configuration >
286
286
<executions >
287
287
<execution >
Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
702
702
Rename the output war to ROOT.war before adding it to the server, so that the
703
703
application is deployed in the root web context.
704
704
-->
705
- <name>ROOT.war</name >
705
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
706
706
<add-ons>...</add-ons>
707
707
</configuration>
708
708
<executions>
Original file line number Diff line number Diff line change 209
209
Rename the output war to ROOT.war before adding it to the server, so that the
210
210
application is deployed in the root web context.
211
211
-->
212
- <name >ROOT.war</ name >
212
+ <bootableJarName > ${project.artifactId} -bootable.jar</ bootableJarName >
213
213
</configuration >
214
214
<executions >
215
215
<execution >
Original file line number Diff line number Diff line change @@ -1223,7 +1223,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
1223
1223
Rename the output war to ROOT.war before adding it to the server, so that the
1224
1224
application is deployed in the root web context.
1225
1225
-->
1226
- <name>ROOT.war</name >
1226
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
1227
1227
<add-ons>...</add-ons>
1228
1228
</configuration>
1229
1229
<executions>
Original file line number Diff line number Diff line change 220
220
</discover-provisioning-info >
221
221
<bootable-jar >true</bootable-jar >
222
222
<!-- deploys the quickstart on root web context -->
223
- <name >ROOT.war</ name >
223
+ <bootableJarName > ${project.artifactId} -bootable.jar</ bootableJarName >
224
224
<packaging-scripts >
225
225
<packaging-script >
226
226
<scripts >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
23
23
Rename the output war to ROOT.war before adding it to the server, so that the
24
24
application is deployed in the root web context.
25
25
-->
26
- <name>ROOT.war</name >
26
+ <bootableJarName>${project.artifactId}-bootable.jar</bootableJarName >
27
27
<add-ons>...</add-ons>
28
28
</configuration>
29
29
<executions>
You can’t perform that action at this time.
0 commit comments