ParadoxShmaradox opened a new issue, #407: URL: https://github.com/apache/maven-build-cache-extension/issues/407
### Affected version 1.2.1 ### Bug description Our setup might be a bit unique. We have 2 maven multi module projects one libs and one apps (they share a parent multi module but it's irrelevant). We compile the libs first and then the apps. All libs versions are snapshot versions. When a change is made to one of the libs module, If the an app module does not directly reference said lib module its checksum is unchanged, as the effective pom is unchanged and looking the the buildinfo.xml for the app module it only includes the direct snapshot dependencies and not all transitive snapshots dependencies. Not sure if there is a contributing factor but we also set the jar plugin outputTimestamp for a reproducible build, I can go into details why it's necessary if needed. Thanks! -- 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]
