Skip to content

Using Maven logging for help:active-profiles output #352

@enspritz

Description

@enspritz

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] 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions