Re: How to get list of repositories referred by a pom.xml, including repos from its ancestors

2010-08-04 Thread Brian Fox
I added a goal to the dependency plugin a month or so ago to make it easier to dump out the full list of repos used by a build: mvn org.apache.maven.plugins:maven-dependency-plugin:2.2-SNAPSHOT:list-repositories On Wed, Aug 4, 2010 at 8:56 AM, Ron Wheeler wrote: >  On 04/08/2010 4:02 AM, amare

Re: How to get list of repositories referred by a pom.xml, including repos from its ancestors

2010-08-04 Thread Ron Wheeler
On 04/08/2010 4:02 AM, amaresh mourya wrote: Hi All, How to get list of repositories referred by a pom.xml, I want all repositories explicitly written in this pom and all of its ancestors. I have just been able to find MavenProject.getRepositories() method for my requirement, but if there are s

How to get list of repositories referred by a pom.xml, including repos from its ancestors

2010-08-04 Thread amaresh mourya
Hi All, How to get list of repositories referred by a pom.xml, I want all repositories explicitly written in this pom and all of its ancestors. I have just been able to find MavenProject.getRepositories() method for my requirement, but if there are some change in parents repositories set between t