Skip to content

Commit 3c43efa

Browse files
committed
moved options around
1 parent b705bc5 commit 3c43efa

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)