Re: Why is MavenProject.getDependencyArtifacts() deprecated?

2016-02-22 Thread Igor Fedorenko
https://issues.apache.org/jira/browse/MNG-5818

Also, note that the method only returns direct project dependencies and
the result is only populated during build lifecycle execution. In most
cases you likely want getDependencies or getArtifact.

-- 
Regards,
Igor

On Mon, Feb 22, 2016, at 03:45 AM, Rami Ojares wrote:
> All I could find was this but to me it does not give any reason for 
> deprecating getDependencyArtifacts()
> 
> - Rami
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Why is MavenProject.getDependencyArtifacts() deprecated?

2016-02-22 Thread Rami Ojares
All I could find was this but to me it does not give any reason for 
deprecating getDependencyArtifacts()


- Rami

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org