mojohaus/license-maven-plugin

Add support for quiet to add-third-party

Open

#110 opened on Oct 11, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (127 forks)auto 404
add-third-partyenhancementhelp wanted

Repository metrics

Stars
 (115 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi, I cannit find out how to silence warnings when the add-third-party goal is run.

I have a project with a dependency lacking license information. When add-third-party runs on this project i creates a warning. So far so good. As it’s not acceptable i add the failOnWarning to be sure that the build breaks on missing licenses.

Then i fix. I add a missing file (THIRD-PARTY.properties) and declare the license. Works fine, the project does not fail anymore, but tge warning is still shown. Can it be muted when it actually is adressed?

Best regards

Contributor guide