Skip to content

Commit

Permalink
commented out the pact executions
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Blower <[email protected]>
  • Loading branch information
Giuseppe Falco-Scampatelli authored and ElvenSpellmaker committed Mar 4, 2024
1 parent 44e3c02 commit 47fce2e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,14 @@
</serviceProviders>

</configuration>
<executions>
<execution>
<phase>integration-test</phase>
<goals>
<goal>verify</goal>
</goals>
</execution>
</executions>
<!-- <executions>-->
<!-- <execution>-->
<!-- <phase>integration-test</phase>-->
<!-- <goals>-->
<!-- <goal>verify</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
</plugin>
<plugin>
<groupId>com.coveo</groupId>
Expand Down

0 comments on commit 47fce2e

Please sign in to comment.