From 499954786187bcc8e1f109e9e12980b8cef18391 Mon Sep 17 00:00:00 2001 From: Pedja Date: Fri, 27 Jan 2017 15:11:34 +0100 Subject: [PATCH] BAEL-382 Added java sources into pom.xml --- kotlin/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/kotlin/pom.xml b/kotlin/pom.xml index eba248e1b9..68944f08ac 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -38,6 +38,12 @@ ${kotlin-maven-plugin.version} + + + src/main/java + src/main/kotlin + + compile compile @@ -45,6 +51,12 @@ + + + src/test/java + src/test/kotlin + + test-compile test-compile