You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gabriel Belingueres (Jira)" <ji...@apache.org> on 2019/09/07 02:18:00 UTC

[jira] [Created] (MCOMPILER-396) compiler:help -Dgoal=compile -Ddetail does not show deprecated parameters

Gabriel Belingueres created MCOMPILER-396:
---------------------------------------------

             Summary: compiler:help  -Dgoal=compile -Ddetail does not show deprecated parameters
                 Key: MCOMPILER-396
                 URL: https://issues.apache.org/jira/browse/MCOMPILER-396
             Project: Maven Compiler Plugin
          Issue Type: Bug
    Affects Versions: 3.8.1
            Reporter: Gabriel Belingueres


There is no output when executing:
{code:java}
mvn org.apache.maven.plugins:maven-compiler-plugin:3.8.1:help -Dgoal=compile -Ddetail | grep -5 'Deprecated'{code}
 

For 3.8.0, deprecations are shown as expected:
{code:java}
mvn org.apache.maven.plugins:maven-compiler-plugin:3.8.0:help -Dgoal=compile -Ddetail | grep -5 'Deprecated'{code}
 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)