HADOOP-13901. Fix ASF License warnings.
This commit is contained in:
parent
b7d769d020
commit
f378621546
@ -111,6 +111,16 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>maven-eclipse.xml</exclude>
|
||||
<exclude>.externalToolBuilders/Maven_Ant_Builder.launch</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user