enspritz opened a new issue, #352:
URL: https://github.com/apache/maven-help-plugin/issues/352
### New feature, improvement proposal
Current:
```
[INFO] --- help:3.5.1:active-profiles (default) @ my-project ---
[INFO]
Active Profiles for Project 'acme:my-project:jar:1.0':
The following profiles are active:
- default-repositories (source: external)
- ... [FURTHER OUTPUT ELIDED]
```
I'd rather this plugin writes to stdout using Maven's own logging facility,
and ideally with concision and no repetition:
```
[INFO] --- help:3.5.1:active-profiles (default) @ my-project ---
[INFO] Active Profiles for Project 'acme:my-project:jar:1.0':
[INFO] - default-repositories (source: external)
[INFO] ... [FURTHER OUTPUT ELIDED]
[INFO]
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]