You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2020/07/17 02:47:24 UTC

[james-project] branch master updated: [RELEASE] git-commit-id-plugin should not fail when no git directory

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 0967b65  [RELEASE] git-commit-id-plugin should not fail when no git directory
0967b65 is described below

commit 0967b650ff29dee438ae9d020286c9c27437e428
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Thu Jul 16 09:07:41 2020 +0700

    [RELEASE] git-commit-id-plugin should not fail when no git directory
    
    People compiling downloaded sources don't have a git environment setted up,
    we should not abort their compilation, while keeping useful git information
    shipped into the JARs when there is a git environment.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0e7b225..85d33d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3310,6 +3310,7 @@
                     </includeOnlyProperties>
                     <skip>false</skip>
                     <useNativeGit>true</useNativeGit>
+                    <failOnNoGitDirectory>false</failOnNoGitDirectory>
                     <gitDescribe>
                         <skip>false</skip>
                         <always>false</always>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org