Skip to content

Undeprecate the silent parameter #1643

Description

@hwellmann

New feature, improvement proposal

After upgrading maven-dependency-plugin, we are getting this warning:

[INFO] --- dependency:3.10.0:copy-dependencies (copy-dependencies) @ app ---
Warning:   Parameter 'silent' (user property 'silent') is deprecated: to be removed in 4.0; use -q command line option instead

This is not really helpful. Using -q will suppress all Maven output. Setting silent for one execution of the Dependency plugin will just suppress logging each copied dependency, which is a valid use case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions