Skip to content

Commit

Permalink
Merge pull request #746 from emmartins/WFLY-18618
Browse files Browse the repository at this point in the history
[WFLY-18618] Ensure all quickstart integrated-testing profiles bind t…
  • Loading branch information
emmartins authored Oct 16, 2023
2 parents 056004e + 42616b5 commit caff605
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion batch-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
<layer>jsf</layer>
</layers>
<!-- deploys the quickstart on root web context -->
<runtimeName>ROOT.war</runtimeName>
<name>ROOT.war</name>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -320,6 +320,7 @@
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
Expand Down
3 changes: 2 additions & 1 deletion helloworld-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<layer>ejb</layer>
<layer>embedded-activemq</layer>
</layers>
<runtimeName>ROOT.war</runtimeName>
<name>ROOT.war</name>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -244,6 +244,7 @@
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
Expand Down
3 changes: 2 additions & 1 deletion helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<layer>cloud-server</layer>
</layers>
<!-- deploys the quickstart on root web context -->
<runtimeName>ROOT.war</runtimeName>
<name>ROOT.war</name>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -243,6 +243,7 @@
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
Expand Down
3 changes: 2 additions & 1 deletion kitchensink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<layer>ejb</layer>
<layer>jsf</layer>
</layers>
<runtimeName>ROOT.war</runtimeName>
<name>ROOT.war</name>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -364,6 +364,7 @@
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
Expand Down
1 change: 1 addition & 0 deletions microprofile-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
Expand Down
1 change: 1 addition & 0 deletions microprofile-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
Expand Down
1 change: 1 addition & 0 deletions microprofile-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion numberguess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<layer>cloud-server</layer>
<layer>jsf</layer>
</layers>
<runtimeName>ROOT.war</runtimeName>
<name>ROOT.war</name>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion temperature-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<layer>ejb</layer>
<layer>jsf</layer>
</layers>
<runtimeName>ROOT.war</runtimeName>
<name>ROOT.war</name>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit caff605

Please sign in to comment.