From f7bd2d54b3f3cba885954ac87e4e1295620d3f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Sat, 11 Jan 2020 20:33:58 +0100 Subject: [PATCH] Add kotlin test sources to build-helper-mvn-plugin Intellij doesn't pick up on the sources correctly and classifies them as resources otherwise --- pmd-java/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pmd-java/pom.xml b/pmd-java/pom.xml index 55ec0d612b..0e49fe404f 100644 --- a/pmd-java/pom.xml +++ b/pmd-java/pom.xml @@ -82,6 +82,17 @@ + + add-kotlin-test-sources + + add-test-source + + + + ${project.basedir}/src/test/kotlin + + +