This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 78105ff  BIGTOP-3589. Fix build failure of Alluxio caused by 
buildnumber-maven-plugin. (#821)
78105ff is described below

commit 78105fffd9902001c9c7ee79853912ba3690c47f
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Thu Dec 30 21:14:23 2021 +0900

    BIGTOP-3589. Fix build failure of Alluxio caused by 
buildnumber-maven-plugin. (#821)
---
 bigtop-packages/src/common/alluxio/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/alluxio/do-component-build 
b/bigtop-packages/src/common/alluxio/do-component-build
index df4925f..7639d53 100644
--- a/bigtop-packages/src/common/alluxio/do-component-build
+++ b/bigtop-packages/src/common/alluxio/do-component-build
@@ -23,4 +23,4 @@ if [ $HOSTTYPE = "powerpc64le" ] ; then
   sed -i "s|<npmVersion>6.4.1</npmVersion>|<npmVersion>6.14.7</npmVersion>|" 
webui/pom.xml
 fi
 
-mvn clean install -DskipTests -Dhadoop.version=${HADOOP_VERSION} -Phadoop-3 
-Pyarn "$@"
+mvn clean install -DskipTests -Dhadoop.version=${HADOOP_VERSION} 
-Dmaven.buildNumber.revisionOnScmFailure=v${ALLUXIO_VERSION} -Phadoop-3 -Pyarn 
"$@"

Reply via email to