Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2.2, 3.0-alpha-3
-
Component/s: None
-
Labels:None
-
Environment:Linux, JDK 1.5
-
Complexity:Intermediate
-
Number of attachments :
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.
Issue Links
- is depended upon by
-
MINSTALL-39
Maven Install Plugin always copy the artifact in the repository, even if there was no changes
-