This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git
commit 29017cd1912f6900de24cd43f609fe7007c495bb Author: Stefan Bodewig <[email protected]> AuthorDate: Fri May 22 23:13:42 2026 +0200 allow more artifacts to be added to maven upload --- build.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.xml b/build.xml index 6e8dd08..0f15aee 100644 --- a/build.xml +++ b/build.xml @@ -507,6 +507,9 @@ <copy file="${jarname}" todir="${upload.dir}"/> <copy file="${target.pom}" todir="${upload.dir}"/> <copy file="${target.ivy.xml}" todir="${upload.dir}"/> + <copy todir="${upload.dir}"> + <resources refid="additional-bin-patterns"/> + </copy> <jar destfile="${upload.dir}/${artifact.stub}-sources.jar"> <fileset dir="src/main"/> <metainf file="NOTICE"/>
