Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.8.0
Description
The git-commit-id-plugin grabs information from Git to display during a build. It prints many e-mail addresses and other generic project information. As part of the effort to trim down unit test output, we propose to turn off the verbose output from this plugin.
Specific change:
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
...
<configuration>
<verbose>false</verbose>
That is, change the verbose setting from true to false.
In the unlikely event that some build process depends on the verbose output, we can make the setting a configurable parameter, defaulting to false.
Attachments
Issue Links
- links to