summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndor Molnar <andor@apache.org>2019-03-05 19:32:11 -0800
committerAndor Molnar <andor@apache.org>2019-03-06 06:51:07 -0800
commit4c25d480e66aadd371de8bd2fd8da255ac140bcf (patch)
treea4cbbe4591a8c015db0784c06ab31ae235804379
parent8eb2b0b9afe0018e3cdcbe28e2b8b22ba5a2396a (diff)
downloadzookeeper-branch-3.4.14.tar.gz
Exclude spotbugs annotations jar from the releaserelease-3.4.14-rc5release-3.4.14branch-3.4.14
Fix for 3.4.14-rc4: exclude `spotbugs-annotations` jar from the distribution. Author: Andor Molnar <andor@apache.org> Reviewers: phunt@apache.org Closes #841 from anmolnar/fix_rc_exclude_spotbugsjar Change-Id: Ie4a36613161e103fc2c50690281fa26c90f48d1b (cherry picked from commit 372e713a9d2d9264417313e5d68e9437ffddd0f5) Signed-off-by: Patrick Hunt <phunt@apache.org>
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 2f8560e69..10439b427 100644
--- a/build.xml
+++ b/build.xml
@@ -748,6 +748,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle">
</fileset>
<fileset dir="${ivy.lib}">
<exclude name="**/jsr305*.jar" />
+ <exclude name="**/spotbugs-annotations*.jar" />
</fileset>
</copy>