cstamas opened a new issue, #333: URL: https://github.com/apache/maven-compiler-plugin/issues/333
### 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). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org