You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Philipp Ottlinger (Jira)" <ji...@apache.org> on 2021/08/11 09:53:00 UTC

[jira] [Comment Edited] (RAT-288) Remove -debug hint in log messages

    [ https://issues.apache.org/jira/browse/RAT-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397230#comment-17397230 ] 

Philipp Ottlinger edited comment on RAT-288 at 8/11/21, 9:52 AM:
-----------------------------------------------------------------

[~michael-o] thanks for the hint. Is it just the text change?!

If so it only seems to be

./apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java:                            + " resources included (use -debug for more details)");
./apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java:            getLog().info(excludes.length + " explicit excludes (use -debug for more details).");
./apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java:                            + " implicit excludes (use -debug for more details).");



was (Author: hugo.hirsch):
[~michael-o] thanks for the hint. Is it just the text change?!

> Remove -debug hint in log messages
> ----------------------------------
>
>                 Key: RAT-288
>                 URL: https://issues.apache.org/jira/browse/RAT-288
>             Project: Apache Rat
>          Issue Type: Task
>          Components: maven
>    Affects Versions: 0.13
>            Reporter: Michael Osipov
>            Priority: Major
>
> Maven 4 has deprecated {{\-\-debug}} flag in favor of {{\-\-verbose}} in MNG-7203. Please remove the phrase within the parentheses:
> bq.  (use -debug for more details).
> I can provide a PR if necessary.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)