Skip to content

Commit

Permalink
ZOOKEEPER-3275. Added some missing release audit excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnar committed Feb 13, 2019
1 parent a5cc9e2 commit 539951a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1781,6 +1781,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle">
<target name="releaseaudit" depends="package,rats-taskdef" description="Release Audit activities">
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
<fileset dir="${dist.dir}">
<exclude name="**/*.cer"/>
<exclude name="**/*.m4"/>
<exclude name="**/*.md5"/>
<exclude name="**/*.pom"/>
Expand All @@ -1801,10 +1802,14 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle">
<exclude name="CHANGES.txt"/>
<exclude name="**/README.md"/>
<exclude name="README_packaging.txt"/>
<exclude name="**/TODO"/>
<exclude name="**/VERSION"/>
<exclude name="**/ChangeLog"/>
<exclude name="**/Changes"/>
<exclude name="**/zookeeper-contrib/zookeeper-contrib-zkperl/MANIFEST"/>
<exclude name="**/conf/*"/>
<exclude name="**/zookeeper-docs/"/>
<exclude name="**/lib/jdiff/"/>
<exclude name="zookeeper-contrib/zookeeper-contrib-ZooInspector/src/main/java/com/nitido/utils/toaster/Toaster.java"/>
<exclude name="zookeeper-client/zookeeper-client-c/*.la"/>
<exclude name="zookeeper-client/zookeeper-client-c/*.lo"/>
Expand Down

0 comments on commit 539951a

Please sign in to comment.