Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.2
-
None
Description
The install-file goal is using the deprecated ArtifactFactory. Instead, this goal should create a new Maven project and attach to it all the artifacts to install.
As bonus side-effect, this will enable the re-use of the shared component ProjectDeployer and remove the current code duplication for the generation of the checksums (there are two DualDigester: one in the plugin's code and one in the shared component used by the install goal).