1
0

[HUDI-287] Address comments during review of release candidate

1. Remove LICENSE and NOTICE files in hoodie child modules.
  2. Remove developers and contributor section from pom
  3. Also ensure any failures in validation script is reported appropriately
  4. Make hoodie parent pom consistent with that of its parent apache-21 (https://github.com/apache/maven-apache-parent/blob/apache-21/pom.xml)
This commit is contained in:
Balaji Varadarajan
2019-10-02 09:33:11 -07:00
committed by Balaji Varadarajan
parent e41835fd91
commit 6da2f9ac7c
42 changed files with 7 additions and 2853 deletions

62
pom.xml
View File

@@ -58,7 +58,6 @@
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
@@ -67,67 +66,6 @@
<url>https://www.apache.org</url>
</organization>
<developers>
<developer>
<id>vinothchandar</id>
<name>Vinoth Chandar</name>
<organization>Confluent Inc</organization>
</developer>
<developer>
<id>prasannarajaperumal</id>
<name>Prasanna Rajaperumal</name>
<organization>Snowflake</organization>
</developer>
<developer>
<id>n3nash</id>
<name>Nishith Agarwal</name>
<organization>Uber</organization>
</developer>
<developer>
<id>bvaradar</id>
<name>Balaji Varadharajan</name>
<organization>Uber</organization>
</developer>
</developers>
<contributors>
<contributor>
<name>Wei Yan</name>
<organization>Uber</organization>
</contributor>
<contributor>
<name>Siddhartha Gunda</name>
<organization>Uber</organization>
</contributor>
<contributor>
<name>Omkar Joshi</name>
<organization>Uber</organization>
</contributor>
<contributor>
<name>Zeeshan Qureshi</name>
<organization>Shopify</organization>
</contributor>
<contributor>
<name>Kathy Ge</name>
<organization>Shopify</organization>
</contributor>
<contributor>
<name>Kaushik Devarajaiah</name>
<organization>Uber</organization>
</contributor>
<contributor>
<name>Anbu Cheeralan</name>
<organization>DoubleVerify</organization>
</contributor>
<contributor>
<name>Jiale Tan</name>
<organization>Vungle</organization>
</contributor>
</contributors>
<inceptionYear>2016</inceptionYear>
<properties>
<maven-jar-plugin.version>2.6</maven-jar-plugin.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>