Skip to content

Commit

Permalink
Skip RevApi for UI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jun 12, 2022
1 parent 5f38fe1 commit 1732e83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.assertj</groupId>
<artifactId>assertj-assertions-generator-maven-plugin</artifactId>
Expand Down

0 comments on commit 1732e83

Please sign in to comment.