Skip to content

Commit

Permalink
Merge pull request #132 from onecx/feat/skip-tests
Browse files Browse the repository at this point in the history
feat: add skip junit tests option
  • Loading branch information
andrejpetras authored Feb 3, 2024
2 parents 681755d + db8eff1 commit b16cb8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
<format.skip>false</format.skip>
<enforcer.skip>false</enforcer.skip>
<enforce-test-deps-scope.skip>${enforcer.skip}</enforce-test-deps-scope.skip>

<skipUTs>false</skipUTs>

<!-- Quarkus configuration -->
<quarkus.version>3.6.6</quarkus.version>
<quarkus.hibernate-orm.version>6.2.19.Final</quarkus.hibernate-orm.version>
Expand Down Expand Up @@ -327,6 +328,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire-plugin.version}</version>
<configuration>
<skipTests>${skipUTs}</skipTests>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<!--suppress UnresolvedMavenProperty -->
Expand Down

0 comments on commit b16cb8b

Please sign in to comment.