This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e0ff3a  Generate Source Jars for bundle packages (#810)
6e0ff3a is described below

commit 6e0ff3a235602c6181e90ffe77de76a36fd21af4
Author: Balaji Varadarajan <varad...@uber.com>
AuthorDate: Tue Jul 30 18:17:14 2019 -0700

    Generate Source Jars for bundle packages (#810)
---
 packaging/hoodie-hadoop-mr-bundle/pom.xml | 1 +
 packaging/hoodie-hive-bundle/pom.xml      | 1 +
 packaging/hoodie-presto-bundle/pom.xml    | 1 +
 packaging/hoodie-spark-bundle/pom.xml     | 1 +
 packaging/hoodie-utilities-bundle/pom.xml | 1 +
 5 files changed, 5 insertions(+)

diff --git a/packaging/hoodie-hadoop-mr-bundle/pom.xml 
b/packaging/hoodie-hadoop-mr-bundle/pom.xml
index d445382..b52e12c 100644
--- a/packaging/hoodie-hadoop-mr-bundle/pom.xml
+++ b/packaging/hoodie-hadoop-mr-bundle/pom.xml
@@ -183,6 +183,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createSourcesJar>true</createSourcesJar>
               
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml
               </dependencyReducedPomLocation>
               <relocations>
diff --git a/packaging/hoodie-hive-bundle/pom.xml 
b/packaging/hoodie-hive-bundle/pom.xml
index f8eaa90..1dddedc 100644
--- a/packaging/hoodie-hive-bundle/pom.xml
+++ b/packaging/hoodie-hive-bundle/pom.xml
@@ -167,6 +167,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createSourcesJar>true</createSourcesJar>
               <relocations>
                  <relocation>
                   <pattern>com.beust.</pattern>
diff --git a/packaging/hoodie-presto-bundle/pom.xml 
b/packaging/hoodie-presto-bundle/pom.xml
index e9f6a5f..8db65f4 100644
--- a/packaging/hoodie-presto-bundle/pom.xml
+++ b/packaging/hoodie-presto-bundle/pom.xml
@@ -129,6 +129,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createSourcesJar>true</createSourcesJar>
               <relocations>
                  <relocation>
                   <pattern>com.beust.</pattern>
diff --git a/packaging/hoodie-spark-bundle/pom.xml 
b/packaging/hoodie-spark-bundle/pom.xml
index f462afe..de553f0 100644
--- a/packaging/hoodie-spark-bundle/pom.xml
+++ b/packaging/hoodie-spark-bundle/pom.xml
@@ -77,6 +77,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createSourcesJar>true</createSourcesJar>
               <relocations>
                 <relocation>
                   <pattern>com.beust.</pattern>
diff --git a/packaging/hoodie-utilities-bundle/pom.xml 
b/packaging/hoodie-utilities-bundle/pom.xml
index 76d478d..73f50bf 100644
--- a/packaging/hoodie-utilities-bundle/pom.xml
+++ b/packaging/hoodie-utilities-bundle/pom.xml
@@ -60,6 +60,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <createSourcesJar>true</createSourcesJar>
               
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml
               </dependencyReducedPomLocation>
               <artifactSet>

Reply via email to