Skip to content

Commit

Permalink
[MPLUGIN-528] Tone done report plugin console output
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Aug 19, 2024
1 parent 810a5bd commit 1520654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ protected void executeReport(Locale locale) throws MavenReportException {
MavenProject versionProject = buildMavenProject(v);
RequirementsHistory requirements = RequirementsHistory.discoverRequirements(versionProject);
requirementsHistories.add(requirements);
getLog().info(" - " + requirements);
getLog().debug(" - " + requirements);
}
} catch (VersionRangeResolutionException vrre) {
throw new MavenReportException(
Expand Down

0 comments on commit 1520654

Please sign in to comment.