We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25073c commit 54a99c7Copy full SHA for 54a99c7
README.md
@@ -198,6 +198,8 @@ It's really simple to setup this plugin; below is a sample pom that you may base
198
<goals>
199
<goal>revision</goal>
200
</goals>
201
+ <!-- *NOTE*: The default phase of revision is initialize, but in case you want to change it, you can do so by adding the phase here -->
202
+ <phase>initialize</phase>
203
</execution>
204
<execution>
205
<id>validate-the-git-infos</id>
0 commit comments