Skip to content

Commit e5e4204

Browse files
author
Vladimir Kotal
committed
do not fail if git info cannot be retrieved
fixes #2785
1 parent 5a7a416 commit e5e4204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opengrok-indexer/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
210210
<includeOnlyProperties>
211211
<includeOnlyProperty>^git.commit.id</includeOnlyProperty>
212212
</includeOnlyProperties>
213+
<failOnNoGitDirectory>false</failOnNoGitDirectory>
213214
</configuration>
214215
<executions>
215216
<execution>

0 commit comments

Comments
 (0)