Skip to content

Commit aaeec4c

Browse files
committed
Fixes to run all tests included in the package
1 parent f879734 commit aaeec4c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,15 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-surefire-plugin</artifactId>
179+
<configuration>
180+
<includes>
181+
<!--
182+
This setting is necessary because the project includes tests that do not match the default run target class name.
183+
https://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html#inclusions
184+
-->
185+
<include>com.fasterxml.jackson.module.kotlin.**</include>
186+
</includes>
187+
</configuration>
179188
</plugin>
180189
<plugin>
181190
<!-- Inherited from oss-base. Generate PackageVersion.java.-->

0 commit comments

Comments
 (0)