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

[jira] [Created] (MNG-7645) Implement some toStrings

Piotr Zygielo created MNG-7645:
----------------------------------

             Summary: Implement some toStrings
                 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


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)