You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2019/03/06 03:33:04 UTC

[zookeeper] branch master updated: Exclude spotbugs annotations jar from the release

This is an automated email from the ASF dual-hosted git repository.

phunt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 372e713  Exclude spotbugs annotations jar from the release
372e713 is described below

commit 372e713a9d2d9264417313e5d68e9437ffddd0f5
Author: Andor Molnar <an...@apache.org>
AuthorDate: Tue Mar 5 19:32:11 2019 -0800

    Exclude spotbugs annotations jar from the release
    
    Fix for 3.4.14-rc4: exclude `spotbugs-annotations` jar from the distribution.
    
    Author: Andor Molnar <an...@apache.org>
    
    Reviewers: phunt@apache.org
    
    Closes #841 from anmolnar/fix_rc_exclude_spotbugsjar
    
    Change-Id: Ie4a36613161e103fc2c50690281fa26c90f48d1b
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 1109e06..1433737 100644
--- a/build.xml
+++ b/build.xml
@@ -801,6 +801,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
         </fileset>
         <fileset dir="${ivy.lib}">
           <exclude name="**/jsr305*.jar" />
+          <exclude name="**/spotbugs-annotations*.jar" />
         </fileset>
       </copy>