From cacd9a33222d28c905891362312545230b6d30b9 Mon Sep 17 00:00:00 2001 From: lamber-ken Date: Thu, 27 Feb 2020 13:36:47 +0800 Subject: [PATCH] [HUDI-636] Fix could not get sources warnings while compiling (#1357) --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index be4610591..6e6213207 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,19 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + org.apache.maven.plugins maven-checkstyle-plugin