This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git
The following commit(s) were added to refs/heads/master by this push: new d330ea7 Replace deprecated method (#65) d330ea7 is described below commit d330ea720b71ee722ed6ed1cc678c98f1c67a777 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Mon Oct 21 13:16:34 2024 +0000 Replace deprecated method (#65) --- .../java/org/apache/maven/plugins/artifact/buildinfo/CompareMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/CompareMojo.java b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/CompareMojo.java index 72c3e9d..9cfd262 100644 --- a/src/main/java/org/apache/maven/plugins/artifact/buildinfo/CompareMojo.java +++ b/src/main/java/org/apache/maven/plugins/artifact/buildinfo/CompareMojo.java @@ -189,7 +189,7 @@ public class CompareMojo extends AbstractBuildinfoMojo { getLog().error("see " + MessageUtils.buffer() .project("diff " + relative(referenceBuildinfo) + " " + relative(buildinfoFile)) - .toString()); + .build()); getLog().error("see also https://maven.apache.org/guides/mini/guide-reproducible-builds.html"); } else { getLog().info("Reproducible Build output summary: "