فهرست منبع

Exclude spotbugs annotations jar from the release

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
Andor Molnar 6 سال پیش
والد
کامیت
372e713a9d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      build.xml

+ 1 - 0
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>