Re: MavenProject.getRepositories() method doesn't return exact repos second time onwards

2010-08-02 Thread Ron Wheeler
If you are serious about Maven, install Nexus, have your POMs use Nexus as a proxy so that the developers only have to work with one repository and provide access to your external repos through Nexus. (may work for other Maven repo software; I know it works for Nexus.) Ron On 02/08/2010 6:45

MavenProject.getRepositories() method doesn't return exact repos second time onwards

2010-08-02 Thread amaresh mourya
Hi All, I want to extract list of repositories that any pom.xml (say A) can access. I mean repositories explicitly written in pom and all repositories accessed by its parent's POM (say B). MavenProject.getRepositories() is doing the job only for the first time, but if I add any repository in B an