You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jaikiran <ja...@yahoo.co.in> on 2009/06/30 18:02:30 UTC

Custom dependency resolver for a Maven project

Hello everyone,

I am trying to find some inputs on how best to manipulate the dependency
resolution within Maven. Given a project X and its set of dependencies, is
there a way wherein i can sort of filter out the dependencies? Or is there
some documentation or any pointer on how to implement and configure/hook a
custom dependency resolver? For example, if the project X depends on 1.0.0
version of xxx.yyy.zzz:someproject then is there some way where in i can
modify this dependency (without actually modifying the dependency in the
pom.xml) when the dependency resolution for the project is taking place? 

Also, which exact lifecycle phase does Maven do the dependency resolution
for the project? And is the resolution done through some Maven plugin? Is it
the same dependency plugin which is used for dependency:tree?

-- 
View this message in context: http://www.nabble.com/Custom-dependency-resolver-for-a-Maven-project-tp24274681p24274681.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org