-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working