[HUDI-121] Fix licensing issues found during RC voting by general incubator group
This commit is contained in:
committed by
Balaji Varadarajan
parent
8c13340062
commit
77f4e73615
7
pom.xml
7
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user