You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2021/12/30 12:17:37 UTC

[bigtop] branch branch-3.0 updated: BIGTOP-3589. Fix build failure of Alluxio caused by buildnumber-maven-plugin. (#821)

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

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


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

commit 691743d1b21fc3dd42d33ca2746b12c4f208d56c
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Thu Dec 30 21:14:23 2021 +0900

    BIGTOP-3589. Fix build failure of Alluxio caused by buildnumber-maven-plugin. (#821)
    
    (cherry picked from commit 78105fffd9902001c9c7ee79853912ba3690c47f)
---
 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 "$@"