File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,16 @@ It's really simple to setup this plugin; below is a sample pom that you may base
200200 -->
201201 <forceLongFormat >false</forceLongFormat >
202202 </gitDescribe >
203+
204+ <!-- @since 2.1.1 -->
205+ <!--
206+ how many chars should be displayed as the commit object id?
207+ 7 is git's default,
208+ 0 has a special meaning (see end of this README.md),
209+ and 40 is the maximum value here
210+ HINT: controls the property git.commit.id.abbrev
211+ -->
212+ <abbrevLength >7</abbrevLength >
203213 </configuration >
204214
205215 </plugin >
Original file line number Diff line number Diff line change 221221 <!-- <dirty>-DEVEL</dirty>-->
222222 <!-- <forceLongFormat>false</forceLongFormat>-->
223223 <!-- </gitDescribe>-->
224-
224+
225+ <!-- <abbrevLength>7</abbrevLength>-->
225226 <!-- </configuration>-->
226227 <!-- </plugin>-->
227228
You can’t perform that action at this time.
0 commit comments