Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make manifest merging less verbose #650

Merged
merged 1 commit into from
Jul 3, 2015
Merged

Make manifest merging less verbose #650

merged 1 commit into from
Jul 3, 2015

Conversation

toonetown
Copy link
Contributor

Currently, when you do manifest merging, it writes out all entries as info entries. When you are storing the report to a file (using the mergeReportFile configuration parameter), this is extra information that doesn't need to be output to the screen (because it's in the file). This patch adds an option to MavenILogger to treat info calls as verbose, and then uses that flag whenever the mergeReportFile parameter is specified.

@Shusshu
Copy link
Member

Shusshu commented Jul 2, 2015

@mosabua agree ?

+1 for me

@toonetown
Copy link
Contributor Author

I will update the changelog for this pull request.

@mosabua
Copy link
Member

mosabua commented Jul 2, 2015

+1 once the build passes ;-)

Currently, when you do manifest merging, it writes out all entries as `info` entries.  When you are storing the report to a file (using the `mergeReportFile` configuration parameter), this is extra information that doesn't need to be output to the screen (because it's in the file).  This patch adds an option to MavenILogger to treat `info` calls as `verbose`, and then uses that flag whenever the `mergeReportFile` parameter is specified.
Shusshu added a commit that referenced this pull request Jul 3, 2015
Make manifest merging less verbose
@Shusshu Shusshu merged commit ad91774 into simpligility:master Jul 3, 2015
@toonetown toonetown deleted the less-verbose-merge branch July 6, 2015 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants