Skip to content

Commit 8488bb7

Browse files
committed
Remove unnecessary source dir additions
1 parent 81e7a75 commit 8488bb7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -255,19 +255,6 @@
255255
</sources>
256256
</configuration>
257257
</execution>
258-
<execution>
259-
<id>add-test-source</id>
260-
<phase>generate-test-sources</phase>
261-
<goals>
262-
<goal>add-source</goal>
263-
</goals>
264-
<configuration>
265-
<sources>
266-
<source>src/test/java</source>
267-
<source>src/test/kotlin</source>
268-
</sources>
269-
</configuration>
270-
</execution>
271258
</executions>
272259
</plugin>
273260
</plugins>

0 commit comments

Comments
 (0)