pzygielo opened a new pull request, #914: URL: https://github.com/apache/maven/pull/914
- [X] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) ---- If something decides to dump some build/session details, like `maven-bundle-plugin` with `--debug` does, currently it produces: ``` [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 ``` I propose to change that to something more useful, like ``` [DEBUG] BND Instructions: project.build.mailingLists=[name \= '...'] project.licenses=[License(name\=Eclipse Public License v. 2.0, url\=https\://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt), License(name\=GNU General Public License, version 2 with the GNU Classpath Exception, url\=https\://www.gnu.org/software/classpath/license.html)] project.build.scm=connection \= '...' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org