Yohahaha commented on code in PR #5850:
URL: https://github.com/apache/incubator-gluten/pull/5850#discussion_r1625464533
##########
ep/build-velox/src/build_velox.sh:
##########
@@ -282,9 +282,11 @@ function compile_arrow_java_module() {
ARROW_INSTALL_DIR="${ARROW_HOME}/../../install"
pushd $ARROW_HOME/java
-
- mvn clean install -pl maven/module-info-compiler-maven-plugin -am \
- -Dmaven.test.skip -Drat.skip -Dmaven.gitcommitid.skip
-Dcheckstyle.skip
+ # Because arrow-bom module need the -DprocessAllModules
+ mvn versions:set -DnewVersion=15.0.0-gluten -DprocessAllModules
+
+ mvn clean install -am \
+ -DskipTests -Drat.skip -Dmaven.gitcommitid.skip -Dcheckstyle.skip
Review Comment:
do we really need compile whole project? it's a time consuming command...
I wonder which depends module can not be compiled by `-am` options?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]