1
0

[HUDI-121] Fix licensing issues found during RC voting by general incubator group

This commit is contained in:
Balaji Varadarajan
2019-10-11 23:00:55 -07:00
committed by Balaji Varadarajan
parent 8c13340062
commit 77f4e73615
19 changed files with 830 additions and 1657 deletions

View File

@@ -170,6 +170,8 @@
</execution>
</executions>
</plugin>
<!--
See https://jira.apache.org/jira/browse/HUDI-304
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
@@ -182,13 +184,11 @@
</eclipse>
</java>
<scala>
<!--<endWithNewLine/>-->
<trimTrailingWhitespace/>
</scala>
</configuration>
<executions>
<execution>
<!-- Runs in compile phase to fail fast in case of formatting issues.-->
<id>spotless-check</id>
<phase>compile</phase>
<goals>
@@ -197,6 +197,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
@@ -345,7 +346,7 @@
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/test/resources/*.data</exclude>
<exclude>**/target/**</exclude>
<excludes>**/generated-sources/**</excludes>
<exclude>**/generated-sources/**</exclude>
</excludes>
</configuration>
<executions>