rmannibucau commented on PR #160:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-1348260251

   Here is a simple project showing the usage:
   
   ```
   rmannibucau@rmannibucau-yupiik:/opt/rmannibucau/dev/demo-sunny $ mvn clean
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] -----------------------< org.example:demo-sunny 
>-----------------------
   [INFO] Building demo-sunny 1.0-SNAPSHOT
   [INFO] --------------------------------[ jar 
]---------------------------------
   [INFO] 
   [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ demo-sunny ---
   [INFO] Deleting /opt/rmannibucau/dev/demo-sunny/target
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  0.158 s
   [INFO] Finished at: 2022-12-13T12:21:00+01:00
   [INFO] 
------------------------------------------------------------------------
   rmannibucau@rmannibucau-yupiik:/opt/rmannibucau/dev/demo-sunny $ mvn compile
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] -----------------------< org.example:demo-sunny 
>-----------------------
   [INFO] Building demo-sunny 1.0-SNAPSHOT
   [INFO] --------------------------------[ jar 
]---------------------------------
   [INFO] 
   [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
demo-sunny ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 0 resource
   [INFO] 
   [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
demo-sunny ---
   [INFO] Changes detected - recompiling the module!
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  1.391 s
   [INFO] Finished at: 2022-12-13T12:21:04+01:00
   [INFO] 
------------------------------------------------------------------------
   rmannibucau@rmannibucau-yupiik:/opt/rmannibucau/dev/demo-sunny $ mvn compile
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] -----------------------< org.example:demo-sunny 
>-----------------------
   [INFO] Building demo-sunny 1.0-SNAPSHOT
   [INFO] --------------------------------[ jar 
]---------------------------------
   [INFO] 
   [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
demo-sunny ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 0 resource
   [INFO] 
   [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
demo-sunny ---
   [INFO] Nothing to compile - all classes are up to date
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  0.572 s
   [INFO] Finished at: 2022-12-13T12:21:07+01:00
   [INFO] 
------------------------------------------------------------------------
   ```
   
   as you can see gain is quite huge


-- 
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

Reply via email to