You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2021/10/19 09:57:00 UTC

[jira] [Commented] (BIGTOP-3589) Fix build failure of Alluxio caused by buildnumber-maven-plugin

    [ https://issues.apache.org/jira/browse/BIGTOP-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430447#comment-17430447 ] 

Masatake Iwasaki commented on BIGTOP-3589:
------------------------------------------

buildnumber-maven-plugin invokes {{git}} command to get scm revision number while the downloaded source tree is not git repository.

{noformat}
[INFO] --- buildnumber-maven-plugin:1.4:create-metadata (default) @ alluxio-core-common ---
[INFO] Executing: /bin/sh -c cd '/home/centos/srcs/bigtop-3.0.0/build/alluxio/rpm/BUILD/alluxio-2.4.1/core/common' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/centos/srcs/bigtop-3.0.0/build/alluxio/rpm/BUILD/alluxio-2.4.1/core/common
{noformat}


> Fix build failure of Alluxio caused by buildnumber-maven-plugin
> ---------------------------------------------------------------
>
>                 Key: BIGTOP-3589
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3589
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>
> {noformat}
> [INFO] Alluxio Core - Common Utilities 2.4.1 .............. FAILURE [01:00 min]
> ...
> [ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.4:create-metadata (default) on project alluxio-core-common: Execution default of goal org.codehaus.mojo:buildnumber-maven-plugin:1.4:create-metadata failed.: NullPointerException -> [Help 1]
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)