LicenseFinder
LicenseFinder copied to clipboard
Breaking change after 7.2.0 ?
Hi,
We are using license finder
to audit all our projects. We capture stdout
to find new licences to check.
For maven-based projects, we use license_finder --no-prepare --enabled-package-managers=maven --maven-options=package --quiet --maven-include-groups=true
Since 7.2.0
released today, the output is polluted by messages coming from our test suite, so breaking everything.
Did something changed regarding this ? Can we pass extra options to license finder
to either ignore tests (like -Dmaven.test.skip=true -DskipTests=true
we commonly use when invoking maven directly) or simply ignore test output ?
Thank you !