From 77b55a639ac8259c8bb1d986d2987872256c4db3 Mon Sep 17 00:00:00 2001 From: kvosper Date: Fri, 12 Apr 2019 11:53:17 +0100 Subject: [PATCH] Fix kotlin test sources (#397) --- components/proxy/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/components/proxy/pom.xml b/components/proxy/pom.xml index e043fef923..23749a54ac 100644 --- a/components/proxy/pom.xml +++ b/components/proxy/pom.xml @@ -205,6 +205,25 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-kotlin-test-sources + generate-test-sources + + add-test-source + + + + src/test/kotlin + + + + +