Skip to content

Commit

Permalink
[WFLY-19629] set bootableJarName in bootable-jar profile
Browse files Browse the repository at this point in the history
  • Loading branch information
kstekovi committed Aug 9, 2024
1 parent 5270502 commit 949d87d
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion micrometer/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-config/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-fault-tolerance/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-fault-tolerance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-health/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-jwt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-lra/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-lra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-openapi/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-reactive-messaging-kafka/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-reactive-messaging-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-rest-client/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion microprofile-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-tracing/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-tracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
</discover-provisioning-info>
<bootable-jar>true</bootable-jar>
<!-- deploys the quickstart on root web context -->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<packaging-scripts>
<packaging-script>
<scripts>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* whic
Rename the output war to ROOT.war before adding it to the server, so that the
application is deployed in the root web context.
-->
<name>ROOT.war</name>
<bootableJarName>${project.artifactId}-bootable.jar</bootableJarName>
<add-ons>...</add-ons>
</configuration>
<executions>
Expand Down

0 comments on commit 949d87d

Please sign in to comment.