jira-importer commented on issue #270: URL: https://github.com/apache/maven-build-cache-extension/issues/270#issuecomment-2955434318
**[Johan Parent](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305284)** commented Hello [Hongxin Liang](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=honnix) , I tried on your cache project. Thing seems to work, no? The checksums match and files get restored. Or is their content wrong? Regards, Johan ```java INFO] --------------------------< io.honnix:cache >--------------------------- [INFO] Building cache 1.0-SNAPSHOT [1/3] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] ----------------------------< io.honnix:a >----------------------------- [INFO] Building a 1.0-SNAPSHOT [2/3] [INFO] from a/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Going to calculate checksum for project [groupId=io.honnix, artifactId=a] [INFO] Scanning plugins configurations to find input files. Probing is enabled, values will be checked for presence in file system [INFO] Found 1 input files. Project dir processing: 6, plugins: 4 millis [INFO] Project inputs calculated in 25 ms. SHA-256 checksum [585351936dd02c1a4d84a3384e83fa66698e678148b14c141a3fb8855e32df6c] calculated in 24 ms. [INFO] Attempting to restore project io.honnix:a from build cache [INFO] Local build found by checksum 585351936dd02c1a4d84a3384e83fa66698e678148b14c141a3fb8855e32df6c [INFO] Found cached build, restoring io.honnix:a from cache by checksum 585351936dd02c1a4d84a3384e83fa66698e678148b14c141a3fb8855e32df6c [INFO] Skipping plugin execution (cached): resources:resources [INFO] Skipping plugin execution (cached): compiler:compile [INFO] Skipping plugin execution (cached): resources:testResources [INFO] Skipping plugin execution (cached): compiler:testCompile [INFO] Skipping plugin execution (cached): surefire:test [INFO] [INFO] ----------------------------< io.honnix:b >----------------------------- [INFO] Building b 1.0-SNAPSHOT [3/3] [INFO] from b/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Going to calculate checksum for project [groupId=io.honnix, artifactId=b] [INFO] Scanning plugins configurations to find input files. Probing is enabled, values will be checked for presence in file system [INFO] Found 1 input files. Project dir processing: 2, plugins: 1 millis [INFO] Going to calculate checksum for project [groupId=io.honnix, artifactId=a] [INFO] Project inputs calculated in 6 ms. SHA-256 checksum [4fded1cb646674a216944e06b31754cb5a90c70ea90b8c1acc18f56fd11a6a7b] calculated in 2 ms. [INFO] Attempting to restore project io.honnix:b from build cache [INFO] Local build found by checksum 4fded1cb646674a216944e06b31754cb5a90c70ea90b8c1acc18f56fd11a6a7b [INFO] Found cached build, restoring io.honnix:b from cache by checksum 4fded1cb646674a216944e06b31754cb5a90c70ea90b8c1acc18f56fd11a6a7b [INFO] Skipping plugin execution (cached): resources:resources [INFO] Skipping plugin execution (cached): compiler:compile [INFO] Skipping plugin execution (cached): resources:testResources [INFO] Skipping plugin execution (cached): compiler:testCompile [INFO] Skipping plugin execution (cached): surefire:test [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for cache 1.0-SNAPSHOT: [INFO] [INFO] cache .............................................. SUCCESS [ 0.005 s] [INFO] a .................................................. SUCCESS [ 0.279 s] [INFO] b .................................................. SUCCESS [ 0.019 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.390 s [INFO] Finished at: 2024-05-17T13:14:50+02:00 [INFO] ------------------------------------------------------------------------ ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
