From 1f69eac0a13738e4f0cd4891131c771a5bae9338 Mon Sep 17 00:00:00 2001 From: Hongze Zhang Date: Wed, 11 Dec 2024 14:58:56 +0800 Subject: [PATCH] fixup --- backends-velox/pom.xml | 30 +++++++++--------------------- gluten-substrait/pom.xml | 26 +------------------------- pom.xml | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 46 deletions(-) diff --git a/backends-velox/pom.xml b/backends-velox/pom.xml index 70274be4b8d0b..8fa189fea4b5e 100755 --- a/backends-velox/pom.xml +++ b/backends-velox/pom.xml @@ -215,6 +215,15 @@ + + + ${project.basedir}/src/main/resources + + + ${cpp.releases.dir} + ${platform}/${arch} + + target/scala-${scala.binary.version}/classes target/scala-${scala.binary.version}/test-classes @@ -268,27 +277,6 @@ - - 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 2183f9b159827..8a790aa15337d 100644 --- a/gluten-substrait/pom.xml +++ b/gluten-substrait/pom.xml @@ -198,7 +198,7 @@ - + @@ -210,30 +210,6 @@ - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-generated-resources - generate-resources - - add-resource - - - - - true - - ${project.build.directory}/extra-resources - - - - - - org.xolstice.maven.plugins diff --git a/pom.xml b/pom.xml index 8e4365b44cf20..ca3289e6c19b0 100644 --- a/pom.xml +++ b/pom.xml @@ -1075,6 +1075,16 @@ + + + ${project.basedir}/src/main/resources + + + + + ${project.basedir}/src/test/resources + + @@ -1320,6 +1330,30 @@ org.codehaus.mojo build-helper-maven-plugin ${build-helper-maven-plugin.version} + + + + + + + + + + add-generated-resources + generate-resources + + add-resource + + + + + + ${project.build.directory}/generated-resources + + + + + org.xolstice.maven.plugins