Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 15fac336b1dd653cf1537d5a634c58d9d86b26ae
      
https://github.com/jenkinsci/jenkins/commit/15fac336b1dd653cf1537d5a634c58d9d86b26ae
  Author: qxo <49526...@qq.com>
  Date:   2020-05-30 (Sat, 30 May 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  chore(pom.xml): add compilerArg `-Xpkginfo:always` for 
useIncrementalCompilation which make build fast

useIncrementalCompilation will not work for some java not compiled 
(package-info.java)

try `mvn package -X ` will find thest files:
ie:
```
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: 
I:\github\jenkins\core\src\main\java\hudson\cli\package-info.java
[DEBUG] Stale source detected: 
I:\github\jenkins\core\src\main\java\hudson\os\solaris\package-info.java
[DEBUG] Stale source detected: 
I:\github\jenkins\core\src\main\java\hudson\cli\handlers\package-info.java
[DEBUG] Stale source detected: 
I:\github\jenkins\core\src\main\java\jenkins\security\s2m\package-info.java
[DEBUG] Stale source detected: 
I:\github\jenkins\core\src\main\java\hudson\init\package-info.java
[DEBUG] Stale source detected: 
I:\github\jenkins\core\src\main\java\hudson\model\labels\package-info.java
[DEBUG] Stale source detected: 
I:\github\jenkins\core\src\main\java\hudson\cli\declarative\package-info.java
[DEBUG] Stale source detected: 
I:\github\jenkins\core\src\main\java\hudson\console\package-info.java
[DEBUG] Stale source detected: 
I:\github\jenkins\core\src\main\java\hudson\util\jna\package-info.java
[INFO] Changes detected - recompiling the module!
```


  Commit: b4242b217febf6ceab35aceeb5ce528700f129fc
      
https://github.com/jenkinsci/jenkins/commit/b4242b217febf6ceab35aceeb5ce528700f129fc
  Author: Tim Jacomb <timjacomb1+git...@gmail.com>
  Date:   2020-07-18 (Sat, 18 Jul 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #4759 from qxo/fix4useIncrementalCompilation

add compilerArg `-Xpkginfo:always` for useIncrementalCompilation which make 
build fast


Compare: 
https://github.com/jenkinsci/jenkins/compare/3d179fab16f5...b4242b217feb

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/3d179f-b4242b%40github.com.

Reply via email to