This is an automated email from the ASF dual-hosted git repository. lehmi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git
commit e7e9510fa851eb2537e0bdcd1bc0bb7890085fdc Author: Andreas Lehmkühler <[email protected]> AuthorDate: Sat May 16 16:30:16 2026 +0200 use target instead of tasks for maven-antrun-plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0bcfe29..1250135 100644 --- a/pom.xml +++ b/pom.xml @@ -580,7 +580,7 @@ </goals> <phase>deploy</phase> <configuration> - <tasks> + <target> <mkdir dir="${basedir}/target/${project.version}" /> <copy todir="${basedir}/target/${project.version}" flatten="true"> <fileset dir="${basedir}"> @@ -629,7 +629,7 @@ A release vote template has been generated for you: file://${basedir}/target/vote.txt </echo> <echo /> - </tasks> + </target> </configuration> </execution> </executions>
