New feature, improvement proposal
Currently, because of this line, the hash of a pom module is solely based on the pom itself.
Yet, it is very common IMO to have source files in a pom project, especially a parent pom project. For example, checkstyle configuration files should be considered source files and trigger a re-run of the checkstyle goals if they do change.