We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0951a9d commit 34265c4Copy full SHA for 34265c4
README.md
@@ -109,8 +109,8 @@ It's really simple to setup this plugin; below is a sample pom that you may base
109
<!-- that's the default value -->
110
<dateFormat>dd.MM.yyyy '@' HH:mm:ss z</dateFormat>
111
112
- <!-- true is default here, it prints some more information during the build -->
113
- <verbose>true</verbose>
+ <!-- false is default here, it prints some more information during the build -->
+ <verbose>false</verbose>
114
115
<!--
116
If you'd like to tell the plugin where your .git directory is,
0 commit comments