slawekjaranowski commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-1348588366
# Master commit 5be316391ea7c575ee65c3fe83b4c7b30e1174d0 ## Result 1 - next execution - rebuild is skipped ``` [INFO] Total time: 01:12 min ``` ## Result 2 - after clean ``` [INFO] Total time: 05:42 min ``` # PR 160 commit 7b59074b400974b57e9c4cd84269acd39d7a7f9a Only scenario 2, many times the same command - `mvn test-compile` on the same workspace, all modules are recompiled everytime, sample of time: ``` [INFO] Total time: 06:25 min [INFO] Total time: 05:34 min [INFO] Total time: 05:24 min ``` take similar time like `mvn clean ...` in my case so difference from 1 to 5 minutes is important for project which I work at usual day, and many time I need to rebuild -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org