Skip to content

Compiler is too chatty, but on top it says wrong things #333

@cstamas

Description

@cstamas

Affected version

3.14.0

Bug description

On Maven master this is spit out by plugin before it goes for longest compilation time out of all modules:

[INFO] --- compiler:3.14.0:compile (default-compile) @ maven-support ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 19 source files with javac [debug deprecation release 17] to target/classes

This is too much and wrong:

  • I don't care why it recompiles (as info is repeated for each module), first line should be DEBUG
  • second line is too much, and wrong: if it compiles only 19 source files (it does not), why it takes so long
  • I am not interested where it compiles
  • IMO plugin should emit one line like Compiling source files with javac [debug deorecation release=17]

PS: maven-support module really has 19 source files, but a TON of generated sources as well (biggest in whole reactor).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions