Skip to content

Commit

Permalink
update number of test iterations because of new pom.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
m-brophy committed Jan 15, 2024
1 parent 5e4f3ce commit 10c9cc5
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<rule id="javaee-pom-to-quarkus-00000-test">
<when>
<not>
<iterable-filter size="5">
<iterable-filter size="6">
<hint-exists message="The project artifact's current extension \(i.e. `&lt;packaging&gt;` tag value\) is"/>
</iterable-filter>
</not>
Expand All @@ -22,7 +22,7 @@
<rule id="javaee-pom-to-quarkus-00010-test">
<when>
<not>
<iterable-filter size="7">
<iterable-filter size="8">
<hint-exists message="Use the Quarkus BOM to omit the version of the different Quarkus dependencies"/>
</iterable-filter>
</not>
Expand All @@ -34,7 +34,7 @@
<rule id="javaee-pom-to-quarkus-00020-test">
<when>
<not>
<iterable-filter size="7">
<iterable-filter size="8">
<hint-exists message="Use the Quarkus Maven plugin adding the following sections to the `pom.xml` file"/>
</iterable-filter>
</not>
Expand All @@ -46,7 +46,7 @@
<rule id="javaee-pom-to-quarkus-00030-test">
<when>
<not>
<iterable-filter size="7">
<iterable-filter size="8">
<hint-exists message="Use the Maven Compiler plugin adding the following sections to the `pom.xml` file"/>
</iterable-filter>
</not>
Expand All @@ -58,7 +58,7 @@
<rule id="javaee-pom-to-quarkus-00040-test">
<when>
<not>
<iterable-filter size="7">
<iterable-filter size="8">
<hint-exists message="Use the Maven Surefire plugin adding the following sections to the `pom.xml` file"/>
</iterable-filter>
</not>
Expand All @@ -70,7 +70,7 @@
<rule id="javaee-pom-to-quarkus-00050-test">
<when>
<not>
<iterable-filter size="7">
<iterable-filter size="8">
<hint-exists message="Use the Maven Failsafe plugin adding the following sections to the `pom.xml` file"/>
</iterable-filter>
</not>
Expand All @@ -82,7 +82,7 @@
<rule id="javaee-pom-to-quarkus-00060-test">
<when>
<not>
<iterable-filter size="7">
<iterable-filter size="8">
<hint-exists message="Leverage a Maven profile to run the Quarkus native build adding the following section to the `pom.xml` file"/>
</iterable-filter>
</not>
Expand Down

0 comments on commit 10c9cc5

Please sign in to comment.