Tomáš Mrázek created MBUILDCACHE-49: ---------------------------------------
Summary: Allow caching for pom package projects Key: MBUILDCACHE-49 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-49 Project: Maven Build Cache Extension Issue Type: New Feature Affects Versions: 1.0.0 Reporter: Tomáš Mrázek In class `MavenProjectInput` and method `calculateChecksum()` at line `207` is check for pom project and if true, input files are skipped. What was the reason behind ignoring pom projects? I've seen plenty of pom projects with some build logic where caching does make a sense. For example some resource transformations or building external projects via exec-maven-plugin. In those cases both source and target files exist but different packaing other than pom does not make a lot of sense. -- This message was sent by Atlassian Jira (v8.20.10#820010)