Skip to content

Commit c0a3355

Browse files
committed
Put back surefire plugin settings
1 parent 6e90128 commit c0a3355

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,19 @@
170170
</execution>
171171
</executions>
172172
</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>
173186
<plugin>
174187
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
175188
<groupId>com.google.code.maven-replacer-plugin</groupId>

0 commit comments

Comments
 (0)