refactor(build): centralize surefire config in parent POM and default to running tests

This commit is contained in:
2026-03-26 16:44:21 +08:00
parent 5219142b5c
commit 201addbc64
2 changed files with 22 additions and 16 deletions

View File

@@ -100,13 +100,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>