Skip to content

Commit

Permalink
Add comments clarifying filename vs name
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Jan 5, 2024
1 parent a485347 commit dc06214
Show file tree
Hide file tree
Showing 41 changed files with 352 additions and 58 deletions.
9 changes: 8 additions & 1 deletion batch-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,10 @@
<addOn>h2-database:default</addOn>
</addOns>
</discover-provisioning-info>
<!-- deploys the quickstart on root web context -->
<!--
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>
</configuration>
<executions>
Expand Down Expand Up @@ -289,6 +292,10 @@
<addOn>h2-database:default</addOn>
</addOns>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
</configuration>
<executions>
Expand Down
8 changes: 8 additions & 0 deletions bmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@
<addOn>h2-database:default</addOn>
</addOns>
</discover-provisioning-info>
<!--
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>
</configuration>
<executions>
Expand Down Expand Up @@ -230,6 +234,10 @@
<addOn>h2-database:default</addOn>
</addOns>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
</configuration>
<executions>
Expand Down
8 changes: 8 additions & 0 deletions cmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@
<addOn>h2-database:default</addOn>
</addOns>
</discover-provisioning-info>
<!--
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>
</configuration>
<executions>
Expand Down Expand Up @@ -234,6 +238,10 @@
<addOn>h2-database:default</addOn>
</addOns>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
</configuration>
<executions>
Expand Down
9 changes: 8 additions & 1 deletion ee-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@
<discover-provisioning-info>
<version>${version.server}</version>
</discover-provisioning-info>
<!-- deploys the quickstart on root web context -->
<!--
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>
<packaging-scripts>
<packaging-script>
Expand Down Expand Up @@ -216,6 +219,10 @@
<version>${version.server}</version>
<context>cloud</context>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
<packaging-scripts>
<packaging-script>
Expand Down
9 changes: 8 additions & 1 deletion ejb-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@
<addOn>wildfly-cli</addOn>
</addOns>
</discover-provisioning-info>
<!-- deploys the quickstart on root web context -->
<!--
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>
</configuration>
<executions>
Expand Down Expand Up @@ -202,6 +205,10 @@
</addOns>
<context>cloud</context>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
</configuration>
<executions>
Expand Down
5 changes: 4 additions & 1 deletion ejb-security-context-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@
<resolve-expressions>false</resolve-expressions>
</packaging-script>
</packaging-scripts>
<!-- deploys the quickstart on root web context -->
<!--
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>
</configuration>
<executions>
Expand Down
5 changes: 4 additions & 1 deletion ejb-security-programmatic-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,10 @@
<resolve-expressions>false</resolve-expressions>
</packaging-script>
</packaging-scripts>
<!-- deploys the quickstart on root web context -->
<!--
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>
</configuration>
<executions>
Expand Down
11 changes: 9 additions & 2 deletions ejb-timer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@
<discover-provisioning-info>
<version>${version.server}</version>
</discover-provisioning-info>
<!-- deploys the quickstart on root web context -->
<!--
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>
</configuration>
<executions>
Expand All @@ -207,7 +210,11 @@
<discover-provisioning-info>
<version>${version.server}</version>
<context>cloud</context>
</discover-provisioning-info>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
</configuration>
<executions>
Expand Down
8 changes: 8 additions & 0 deletions helloworld-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@
<add-on>wildfly-cli</add-on>
</add-ons>
</discover-provisioning-info>
<!--
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>
<packaging-scripts>
<packaging-script>
Expand Down Expand Up @@ -209,6 +213,10 @@
<add-on>embedded-activemq</add-on>
</add-ons>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
<packaging-scripts>
<packaging-script>
Expand Down
8 changes: 8 additions & 0 deletions helloworld-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@
<addOn>embedded-activemq</addOn>
</addOns>
</discover-provisioning-info>
<!--
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>
</configuration>
<executions>
Expand Down Expand Up @@ -216,6 +220,10 @@
<addOn>embedded-activemq</addOn>
</addOns>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
</configuration>
<executions>
Expand Down
8 changes: 8 additions & 0 deletions helloworld-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@
<discover-provisioning-info>
<version>${version.server}</version>
</discover-provisioning-info>
<!--
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>
</configuration>
<executions>
Expand All @@ -214,6 +218,10 @@
<version>${version.server}</version>
<context>cloud</context>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
</configuration>
<executions>
Expand Down
9 changes: 8 additions & 1 deletion helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@
<discover-provisioning-info>
<version>${version.server}</version>
</discover-provisioning-info>
<!-- deploys the quickstart on root web context -->
<!--
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>
</configuration>
<executions>
Expand All @@ -184,6 +187,10 @@
<version>${version.server}</version>
<context>cloud</context>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
</configuration>
<executions>
Expand Down
8 changes: 8 additions & 0 deletions hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@
<add-on>h2-database</add-on>
</add-ons>
</discover-provisioning-info>
<!--
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>
<packaging-scripts>
<packaging-script>
Expand Down Expand Up @@ -266,6 +270,10 @@
<add-on>h2-database</add-on>
</add-ons>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
<packaging-scripts>
<packaging-script>
Expand Down
5 changes: 4 additions & 1 deletion http-custom-mechanism/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@
<addOn>wildfly-cli</addOn>
</addOns>
</discover-provisioning-info>
<!-- deploys the quickstart on root web context -->
<!--
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>
<packaging-scripts>
<packaging-script>
Expand Down
10 changes: 8 additions & 2 deletions jaxrs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<configuration>
<!-- deploys the quickstart on root web context -->
<!--
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>
<discover-provisioning-info>
<version>${version.server}</version>
Expand All @@ -186,7 +189,10 @@
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<configuration>
<!-- deploys the quickstart on root web context -->
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
<discover-provisioning-info>
<version>${version.server}</version>
Expand Down
10 changes: 8 additions & 2 deletions jaxrs-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<configuration>
<!-- deploys the quickstart on root web context -->
<!--
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>
<discover-provisioning-info>
<version>${version.server}</version>
Expand Down Expand Up @@ -196,7 +199,10 @@
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<configuration>
<!-- deploys the quickstart on root web context -->
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
<discover-provisioning-info>
<version>${version.server}</version>
Expand Down
8 changes: 8 additions & 0 deletions jaxws-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@
<discover-provisioning-info>
<version>${version.server}</version>
</discover-provisioning-info>
<!--
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>
</configuration>
<executions>
Expand All @@ -224,6 +228,10 @@
<version>${version.server}</version>
<context>cloud</context>
</discover-provisioning-info>
<!--
The parent POM's 'openshift' profile renames the output archive to ROOT.war so that the
application is deployed in the root web context. Add ROOT.war to the server.
-->
<filename>ROOT.war</filename>
</configuration>
<executions>
Expand Down
Loading

0 comments on commit dc06214

Please sign in to comment.