You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2022/12/21 08:31:00 UTC

[jira] [Closed] (MNG-7645) Implement some #toString() methods

     [ https://issues.apache.org/jira/browse/MNG-7645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MNG-7645.
-------------------------------
    Resolution: Fixed

Fixed with [8833330b00133ee2d2db68350a3b01d7f9834efc|https://gitbox.apache.org/repos/asf?p=maven.git&a=commit&h=8833330b00133ee2d2db68350a3b01d7f9834efc], with [4adaf2abca4e3018b92c0c03e07c50a6b1a8ddab|https://gitbox.apache.org/repos/asf?p=maven.git&a=commit&h=4adaf2abca4e3018b92c0c03e07c50a6b1a8ddab] for maven-3.9.x branch, with [6c53b28ecc84f0f90d5417f199d99b20334f26d7|https://gitbox.apache.org/repos/asf?p=maven.git&a=commit&h=6c53b28ecc84f0f90d5417f199d99b20334f26d7] for maven-3.8.x branch.

> Implement some #toString() methods
> ----------------------------------
>
>                 Key: MNG-7645
>                 URL: https://issues.apache.org/jira/browse/MNG-7645
>             Project: Maven
>          Issue Type: Improvement
>    Affects Versions: 3.8.6
>            Reporter: Piotr Zygielo
>            Assignee: Michael Osipov
>            Priority: Minor
>             Fix For: 3.9.0, 4.0.0, 4.0.0-alpha-4, 3.8.7
>
>
> If something decides to dump some build/session details, like `maven-bundle-plugin` with `--debug` does, currently it produces:
> {noformat}
> [DEBUG] BND Instructions:
> project.build.mailingLists=[org.apache.maven.model.MailingList@16e91d6f, org.apache.maven.model.MailingList@57104caa]
> project.licenses=[org.apache.maven.model.License@416855dc, org.apache.maven.model.License@1f342afb]
> project.build.scm=org.apache.maven.model.Scm@5d4369c5{noformat}
> I propose to change that to something more friendly by overriding toString.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)