Skip to content

Commit

Permalink
CI: Fix skipping of wiremock in TCKs for initial build
Browse files Browse the repository at this point in the history
  • Loading branch information
famod committed Jan 19, 2021
1 parent a899c1c commit 6939f47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
<skip.gradle.tests>true</skip.gradle.tests>
<invoker.skip>true</invoker.skip> <!-- maven-invoker-plugin -->
<jbang.skip>true</jbang.skip> <!-- jbang-maven-plugin -->
<wiremock.skip>true</wiremock.skip> <!-- wiremock-maven-plugin -->
</properties>
<build>
<defaultGoal>clean install</defaultGoal>
Expand All @@ -146,7 +145,6 @@
<skip.gradle.tests>true</skip.gradle.tests>
<invoker.skip>true</invoker.skip> <!-- maven-invoker-plugin -->
<jbang.skip>true</jbang.skip> <!-- jbang-maven-plugin -->
<wiremock.skip>true</wiremock.skip> <!-- wiremock-maven-plugin -->
</properties>
</profile>
<profile>
Expand Down
1 change: 1 addition & 0 deletions tcks/microprofile-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<configuration>
<dir>target/classes</dir>
<params>--port=8765 --verbose</params>
<skip>${skipTests}</skip>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 6939f47

Please sign in to comment.