Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-5108

Reduce output from Maven git-commit-id-plugin

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              paul-rogers Paul Rogers
              paul-rogers Paul Rogers
              Sorabh Hamirwasia Sorabh Hamirwasia
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: