From 79817a2bf32b529befc45ec4b6b170a2f4c59e14 Mon Sep 17 00:00:00 2001 From: HeBo Date: Tue, 26 Jan 2021 11:34:27 +0800 Subject: [PATCH] Adding kotlin sources to built *-sources.jar Does not containing kotlin sources in built *-sources.jar currently, it's make using wechaty more diffcult. --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index 59edf86..05f8401 100644 --- a/pom.xml +++ b/pom.xml @@ -180,6 +180,25 @@ + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + + generate-sources + + add-source + + + + src/main/kotlin + + + + +