We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f879734 commit aaeec4cCopy full SHA for aaeec4c
pom.xml
@@ -176,6 +176,15 @@
176
<plugin>
177
<groupId>org.apache.maven.plugins</groupId>
178
<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>
188
</plugin>
189
190
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
0 commit comments