Skip to content

Commit

Permalink
Remove unnecessary source dir additions
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 11, 2025
1 parent 81e7a75 commit 8488bb7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,19 +255,6 @@
</sources>
</configuration>
</execution>
<execution>
<id>add-test-source</id>
<phase>generate-test-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src/test/java</source>
<source>src/test/kotlin</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 8488bb7

Please sign in to comment.