From e38891055a42ad9694da2d672ec62f45023284e9 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 4 Jun 2026 08:44:49 +0200 Subject: [PATCH] archiveUrl is wrong --- cyclonedx.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cyclonedx.xml b/cyclonedx.xml index aaf42e4..3e055e0 100644 --- a/cyclonedx.xml +++ b/cyclonedx.xml @@ -235,6 +235,7 @@ under the License. + @@ -244,7 +245,7 @@ under the License. outputdirectory="@{distbase}" version="${artifact.version}" archiveName="${dist.name}-@{binsrc}.@{ext}" - archiveUrl="https://archive.apache.org/dist/ant/antlibs/antunit/${dist.name}-@{binsrc}.@{ext}" + archiveUrl="https://archive.apache.org/dist/ant/antlibs/antunit/@{subdir}/${dist.name}-@{binsrc}.@{ext}" archiveLocation="@{distbase}/${dist.name}-@{binsrc}.@{ext}" description="Apache AntUnit @{binarysource}" publisher="The Apache Software Foundation" @@ -270,6 +271,7 @@ under the License. + @@ -277,6 +279,7 @@ under the License. @@ -285,6 +288,7 @@ under the License. @@ -293,6 +297,7 @@ under the License. @@ -306,6 +311,7 @@ under the License. @@ -314,6 +320,7 @@ under the License.