Skip to content

Commit

Permalink
Merge pull request #89 from dnlkoch/set-offline-support
Browse files Browse the repository at this point in the history
Don't fetch git history as this may fail (locally and remotely)
  • Loading branch information
dnlkoch authored Aug 28, 2020
2 parents 07d6a36 + c745173 commit 41db7af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shogun-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<configuration>
<offline>true</offline>
<abbrevLength>8</abbrevLength>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 41db7af

Please sign in to comment.