Skip to content

Commit

Permalink
chore: enable skipping junit-platform plugin with a property
Browse files Browse the repository at this point in the history
Signed-off-by: Zvi Grinberg <zgrinber@redhat.com>
  • Loading branch information
zvigrinberg committed Feb 15, 2024
1 parent 9173b79 commit a9e888d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<inceptionYear>2023</inceptionYear>

<properties>
<skip.junit_platform>false</skip.junit_platform>
<code.coverage.threshold>81%</code.coverage.threshold>
<mutation.coverage.threshold>50</mutation.coverage.threshold>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -456,6 +457,7 @@ limitations under the License.]]>
<!-- <tag>ExhortApi</tag>-->
<!-- <tag>Operations</tag>-->
<!-- </tags>-->
<skip>${skip.junit_platform}</skip>
<classNamePatterns>
<pattern>.*Exhort_Api_Test</pattern>
<pattern>.*Operations_Test</pattern>
Expand Down

0 comments on commit a9e888d

Please sign in to comment.