Herve Boutemy created MPLUGIN-289: ------------------------------------- Summary: better output when extracting info Key: MPLUGIN-289 URL: https://jira.codehaus.org/browse/MPLUGIN-289 Project: Maven Plugin Tools Issue Type: Improvement Components: Plugin Plugin Affects Versions: 3.4 Reporter: Herve Boutemy Priority: Minor
actual display: {noformat}[INFO] --- maven-plugin-plugin:3.4:descriptor (default-descriptor) @ hadoop-maven-plugins --- [INFO] Using 'UTF-8' encoding to read mojo metadata. [INFO] Mojo extractor with id: java-annotations found 2 mojo descriptors. [INFO] Mojo extractor with id: java-javadoc found 0 mojo descriptors.{noformat} instead of {{Mojo extractor with id: java-annotations found 2 mojo descriptors.}}, something like {{java-annotations Mojo extractor found 2 mojo descriptors.}} would be more ligthweight then I don't know why there is this info message {{[INFO] Using 'UTF-8' encoding to read mojo metadata}}: is it really useful? Shouldn't it be debug only? -- This message was sent by Atlassian JIRA (v6.1.6#6162)