Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Linux, JDK 1.5
Description
install:install (from maven-install-plugin) by default uses DefaultArtifactInstaller to install artifacts. DefaultArtifactInstaller in turn uses FileUtils.copyFile(), thereby overwriting destination files even if they are unchanged. It would be helpful if DefaultArtifactInstaller used FileUtils.copyFileIfModified() instead, at least as an option, to speed up the build process.
Attachments
Issue Links
- is depended upon by
-
MINSTALL-39 Maven Install Plugin always copy the artifact in the repository, even if there was no changes
- Closed
- relates to
-
MRESOLVER-392 Resolver installer should not be "smart" about installs
- Closed