mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-03-25 21:09:30 +01:00
Removes pitest as a maven plugin
It is used for mutation testing but realistically we don't even write that many tests. Just adds complexity and because it is not often used, causes trouble when it hasn't been touched for months/years
This commit is contained in:
parent
5da3769a47
commit
dd4a7bd04e
@ -134,6 +134,7 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!--suppress VulnerableLibrariesLocal -->
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>SongodaCore-Compatibility</artifactId>
|
||||
|
@ -71,6 +71,7 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!--suppress VulnerableLibrariesLocal -->
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>SongodaCore-NMS-API</artifactId>
|
||||
|
24
pom.xml
24
pom.xml
@ -118,30 +118,6 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.pitest</groupId>
|
||||
<artifactId>pitest-maven</artifactId>
|
||||
<version>1.10.3</version>
|
||||
|
||||
<configuration>
|
||||
<targetClasses>
|
||||
<param>com.songoda.core.*</param>
|
||||
</targetClasses>
|
||||
|
||||
<excludedTestClasses>
|
||||
<excludedTestClass>com.craftaro.core.SongodaCoreConstantsTest</excludedTestClass>
|
||||
</excludedTestClasses>
|
||||
</configuration>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.pitest</groupId>
|
||||
<artifactId>pitest-junit5-plugin</artifactId>
|
||||
<version>1.1.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user