HADOOP-12905. Clean up CHANGES.txt RAT exclusions from pom.xml files. Contributed by Chris Nauroth.

(cherry picked from commit 89b16d27e2)

Conflicts:
	hadoop-hdfs-project/hadoop-hdfs/pom.xml
	hadoop-mapreduce-project/pom.xml

(cherry picked from commit 38a031ce68)
This commit is contained in:
Chris Nauroth 2016-03-08 21:22:06 -08:00
parent b038f71c67
commit a3cd43990c
4 changed files with 0 additions and 13 deletions

View File

@ -473,7 +473,6 @@
<artifactId>apache-rat-plugin</artifactId> <artifactId>apache-rat-plugin</artifactId>
<configuration> <configuration>
<excludes> <excludes>
<exclude>CHANGES.txt</exclude>
<exclude>.idea/**</exclude> <exclude>.idea/**</exclude>
<exclude>src/main/conf/*</exclude> <exclude>src/main/conf/*</exclude>
<exclude>src/main/docs/**</exclude> <exclude>src/main/docs/**</exclude>

View File

@ -369,8 +369,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>apache-rat-plugin</artifactId> <artifactId>apache-rat-plugin</artifactId>
<configuration> <configuration>
<excludes> <excludes>
<exclude>CHANGES.txt</exclude>
<exclude>CHANGES.HDFS-1623.txt</exclude>
<exclude>.gitattributes</exclude> <exclude>.gitattributes</exclude>
<exclude>.idea/**</exclude> <exclude>.idea/**</exclude>
<exclude>src/main/conf/*</exclude> <exclude>src/main/conf/*</exclude>

View File

@ -194,7 +194,6 @@
<configuration> <configuration>
<excludes> <excludes>
<exclude>.eclipse.templates/</exclude> <exclude>.eclipse.templates/</exclude>
<exclude>CHANGES.txt</exclude>
<exclude>lib/jdiff/**</exclude> <exclude>lib/jdiff/**</exclude>
</excludes> </excludes>
</configuration> </configuration>

View File

@ -104,15 +104,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>CHANGES.txt</exclude>
</excludes>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>