File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,6 +144,13 @@ It's really simple to setup this plugin; below is a sample pom that you may base
144144 <!-- @since 2.0.4 -->
145145 <failOnNoGitDirectory >false</failOnNoGitDirectory >
146146
147+ <!-- @since 2.1.8 -->
148+ <!--
149+ skip the plugin execution completely. This is useful for e.g. profile activated plugin invocations or
150+ to use properties to enable / disable pom features. Default value is 'false'.
151+ -->
152+ <skip >false</skip >
153+
147154 <!-- @since 2.1.0 -->
148155 <!--
149156 read up about git-describe on the in man, or it's homepage - it's a really powerful versioning helper
@@ -177,13 +184,6 @@ It's really simple to setup this plugin; below is a sample pom that you may base
177184 -->
178185 <forceLongFormat >false</forceLongFormat >
179186 </gitDescribe >
180-
181- <!-- @since 2.1.8 -->
182- <!--
183- skip the plugin execution completely. This is useful for e.g. profile activated plugin invocations or
184- to use properties to enable / disable pom features. Default value is 'false'.
185- -->
186- <skip >false</skip >
187187 </configuration >
188188
189189 </plugin >
You can’t perform that action at this time.
0 commit comments