forked from phoedos/pmd
Add kotlin test sources to build-helper-mvn-plugin
Intellij doesn't pick up on the sources correctly and classifies them as resources otherwise
This commit is contained in:
parent
271efff289
commit
f7bd2d54b3
@ -82,6 +82,17 @@
|
||||
</sources>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>add-kotlin-test-sources</id>
|
||||
<goals>
|
||||
<goal>add-test-source</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<sources>
|
||||
<source>${project.basedir}/src/test/kotlin</source>
|
||||
</sources>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user