From a0a8e1a2fdb27179b40c1321534345802c91d9b2 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Sun, 22 Aug 2021 13:36:15 +0100 Subject: [PATCH 3/3] Update to latest maven-ant-plugin Remove usages of deprecated ant-plugin configuration directives that were removed in the latest release of the plugin Signed-off-by: Mat Booth --- pom.xml | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e50a874..75506dd 100644 --- a/pom.xml +++ b/pom.xml @@ -225,16 +225,35 @@ --> + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + add-source-directory + generate-sources + + + ${project.build.directory}/java + + + + add-source + + + + org.apache.maven.plugins maven-antrun-plugin - 1.6 + 3.0.0 build-native-library generate-sources - + @@ -242,11 +261,7 @@ - - - ${project.build.directory}/java - - + run @@ -258,7 +273,7 @@ run - + @@ -275,7 +290,7 @@ - + -- 2.31.1