HADOOP-11065. Rat check should exclude **/build/**. (kasha)
This commit is contained in:
parent
7a62515c86
commit
0571b4561b
@ -777,6 +777,8 @@ Release 2.5.1 - UNRELEASED
|
|||||||
|
|
||||||
HADOOP-11001. Fix test-patch to work with the git repo. (kasha)
|
HADOOP-11001. Fix test-patch to work with the git repo. (kasha)
|
||||||
|
|
||||||
|
HADOOP-11065. Rat check should exclude "**/build/**". (kasha)
|
||||||
|
|
||||||
Release 2.5.0 - 2014-08-11
|
Release 2.5.0 - 2014-08-11
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
1
pom.xml
1
pom.xml
@ -324,6 +324,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
<exclude>.gitignore</exclude>
|
<exclude>.gitignore</exclude>
|
||||||
<exclude>.git/**</exclude>
|
<exclude>.git/**</exclude>
|
||||||
<exclude>.idea/**</exclude>
|
<exclude>.idea/**</exclude>
|
||||||
|
<exclude>**/build/**</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user