This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
commit b8ba9ef8d7ea136679885044d44af51e6398a2b8 Author: Michael Osipov <[email protected]> AuthorDate: Sun Nov 12 22:00:55 2023 +0100 Use consistent spelling --- .../main/java/org/apache/maven/plugin/plugin/report/PluginReport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report/PluginReport.java b/maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report/PluginReport.java index 1ddf5111..641e75dd 100644 --- a/maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report/PluginReport.java +++ b/maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report/PluginReport.java @@ -222,7 +222,7 @@ public class PluginReport extends AbstractMavenReport { disableInternalJavadocLinkValidation, getLog()); } catch (IOException e) { - throw new MavenReportException("Can not generate sink for mojo " + descriptor.getGoal(), e); + throw new MavenReportException("Cannot generate sink for mojo " + descriptor.getGoal(), e); } renderer.render(); }
