Skip to content

Commit

Permalink
Merge pull request wildfly#18082 from TomasHofman/provisioning-typo
Browse files Browse the repository at this point in the history
WFLY-19584 Fix typo in testsuite pom.xml: goal "provisioning" to "provision"
  • Loading branch information
bstansberry authored Jul 27, 2024
2 parents 4e096aa + 4ae645f commit d0a60ee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions testsuite/integration/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3305,14 +3305,14 @@
<execution>
<id>cloud-profile-provisioning</id>
<goals>
<goal>provisioning</goal>
<goal>provision</goal>
</goals>
<phase>none</phase>
</execution>
<execution>
<id>jpa-provisioning</id>
<goals>
<goal>provisioning</goal>
<goal>provision</goal>
</goals>
<phase>none</phase>
</execution>
Expand Down Expand Up @@ -3466,14 +3466,14 @@
<execution>
<id>cloud-profile-provisioning</id>
<goals>
<goal>provisioning</goal>
<goal>provision</goal>
</goals>
<phase>none</phase>
</execution>
<execution>
<id>jpa-provisioning</id>
<goals>
<goal>provisioning</goal>
<goal>provision</goal>
</goals>
<phase>none</phase>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions testsuite/integration/elytron-oidc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
<execution>
<id>server-provisioning</id>
<goals>
<goal>provisioning</goal>
<goal>provision</goal>
</goals>
<phase>none</phase>
</execution>
Expand Down Expand Up @@ -668,7 +668,7 @@
<execution>
<id>server-provisioning</id>
<goals>
<goal>provisioning</goal>
<goal>provision</goal>
</goals>
<phase>none</phase>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/elytron/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@
<execution>
<id>server-provisioning</id>
<goals>
<goal>provisioning</goal>
<goal>provision</goal>
</goals>
<phase>none</phase>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions testsuite/integration/microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@
<execution>
<id>server-provisioning</id>
<goals>
<goal>provisioning</goal>
<goal>provision</goal>
</goals>
<phase>none</phase>
</execution>
Expand Down Expand Up @@ -953,7 +953,7 @@
<execution>
<id>server-provisioning</id>
<goals>
<goal>provisioning</goal>
<goal>provision</goal>
</goals>
<phase>none</phase>
</execution>
Expand Down

0 comments on commit d0a60ee

Please sign in to comment.