Skip to content

Commit

Permalink
Remove configurable flag unit.test.skip, you can use -Dmaven.test.skip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Jul 19, 2024
1 parent b7b4b33 commit 76abf48
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<other.site.name>Stable</other.site.name>
<autoRelease>true</autoRelease>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<unit.tests.skip>false</unit.tests.skip>
<github.site.skip>true</github.site.skip>
</properties>

Expand Down Expand Up @@ -222,16 +221,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<skipTests>${unit.tests.skip}</skipTests>
<excludes>
<exclude>base/**/*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
Expand Down

0 comments on commit 76abf48

Please sign in to comment.