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)