From 1293012385a828a5267156f92301e6c513dd06a5 Mon Sep 17 00:00:00 2001 From: Hongze Zhang Date: Wed, 11 Dec 2024 09:31:10 +0800 Subject: [PATCH] fixup --- backends-velox/pom.xml | 27 +++++++++++++++++++++------ gluten-substrait/pom.xml | 31 ++++++++++++++++++++++++------- 2 files changed, 45 insertions(+), 13 deletions(-) diff --git a/backends-velox/pom.xml b/backends-velox/pom.xml index 9821682cc796..70274be4b8d0 100755 --- a/backends-velox/pom.xml +++ b/backends-velox/pom.xml @@ -215,12 +215,6 @@ - - - ${cpp.releases.dir} - ${platform}/${arch} - - target/scala-${scala.binary.version}/classes target/scala-${scala.binary.version}/test-classes @@ -274,6 +268,27 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + add-cpp-libraries + generate-resources + + add-resource + + + + + ${cpp.releases.dir} + ${platform}/${arch} + + + + + + diff --git a/gluten-substrait/pom.xml b/gluten-substrait/pom.xml index e8eb6a57e6c4..2183f9b15982 100644 --- a/gluten-substrait/pom.xml +++ b/gluten-substrait/pom.xml @@ -181,13 +181,6 @@ target/scala-${scala.binary.version}/classes target/scala-${scala.binary.version}/test-classes - - - true - - ${project.build.directory}/extra-resources - - org.apache.maven.plugins @@ -217,6 +210,30 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-generated-resources + generate-resources + + add-resource + + + + + true + + ${project.build.directory}/extra-resources + + + + + + org.xolstice.maven.plugins