How does maven find the real central repository even when I overrided the central repository in my profile

2007-12-09 Thread Fred Zhang
Hi there, I set up a mirror of repo1.maven.org/maven2 for my group and added the following profile to the settings.xml file. The key point here is that I overrided the central repository with my mirror, so that the mavens using this profile will go to myrepo instead of repo1.maven.org/maven2

Re: How does maven find the real central repository even when I overrided the central repository in my profile

2007-12-09 Thread Wendy Smoak
On Dec 9, 2007 6:36 PM, Fred Zhang [EMAIL PROTECTED] wrote: Hi there, I set up a mirror of repo1.maven.org/maven2 for my group and added the following profile to the settings.xml file. The key point here is that I overrided the central repository with my mirror, so that the mavens using