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 6e90128 commit c0a3355Copy full SHA for c0a3355
pom.xml
@@ -170,6 +170,19 @@
170
</execution>
171
</executions>
172
</plugin>
173
+ <plugin>
174
+ <groupId>org.apache.maven.plugins</groupId>
175
+ <artifactId>maven-surefire-plugin</artifactId>
176
+ <configuration>
177
+ <includes>
178
+ <!--
179
+ This setting is necessary because the project includes tests that do not match the default run target class name.
180
+ https://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html#inclusions
181
+ -->
182
+ <include>tools.jackson.module.kotlin.**</include>
183
+ </includes>
184
+ </configuration>
185
+ </plugin>
186
<plugin>
187
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
188
<groupId>com.google.code.maven-replacer-plugin</groupId>
0 commit comments