fail) but I'd
like to have a quick review before committing in trunk.
Thanks,
Guillaume
> Message du 22/07/16 19:58
> De : "Robert Scholte"
> A : "Maven Developers List"
> Copie à :
> Objet : Re: Deprecation of ArtifactFactory and its use in new
Hi Guillaume,
we have a wiki[1] describing most of the steps that need to be taken.
Especially the ArtifactFactory is a tricky one. For deploying a
MavenProject (deploy:deploy) it should be straight forward.
For deploying files (deploy:deploy-file) it is probably better to
translate it all ba
Hi,
While working on a fix for https://issues.apache.org/jira/browse/MDEPLOY-212, I
found out that the plugin is using the interface ArtifactFactory (Maven Core),
that was deprecated as of Maven 3. The fix would need to utilize this class in
order to create artifacts but this would add depre