Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5
-
None
Description
maven-remote-resource-plugin is used in Apache pom to add DEPENDENCIES, and the resulting file is overwritten on each build.
It leads to jar being rebuild, etc leading to longer compilation times.
I suggest to compare the produced contents with the existing file.
If both are equal, skip the file being overwritten.
The net win is subsequent build times are improved.
Here's pull request that fixes the problem: https://github.com/apache/maven-plugins/pull/40
Attachments
Issue Links
- relates to
-
CALCITE-537 Support skip overwrite in maven-remote-resources-plugin
- Closed