Re: Deprecation of ArtifactFactory and its use in new code

2016-07-23 Thread Guillaume Boué
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

Re: Deprecation of ArtifactFactory and its use in new code

2016-07-22 Thread Robert Scholte
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

Deprecation of ArtifactFactory and its use in new code

2016-07-21 Thread Guillaume Boué
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